1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 15:20:15 +02:00

remove unneeded null check

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Benjamin Drung <bdrung@debian.org>
This commit is contained in:
benjamin.drung@gmail.com 2014-05-23 20:38:45 +00:00
parent 7a47f6fedd
commit 3aea9ad009

View File

@ -694,7 +694,6 @@ bool ExportFFmpeg::Finalize()
// Free any buffers or structures we allocated.
av_free(mEncFormatCtx);
if (mEncAudioFifoOutBuf != NULL)
av_free(mEncAudioFifoOutBuf);
av_fifo_free(mEncAudioFifo);