mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-25 14:11:28 +01: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:
@@ -694,8 +694,7 @@ bool ExportFFmpeg::Finalize()
|
|||||||
// Free any buffers or structures we allocated.
|
// Free any buffers or structures we allocated.
|
||||||
av_free(mEncFormatCtx);
|
av_free(mEncFormatCtx);
|
||||||
|
|
||||||
if (mEncAudioFifoOutBuf != NULL)
|
av_free(mEncAudioFifoOutBuf);
|
||||||
av_free(mEncAudioFifoOutBuf);
|
|
||||||
|
|
||||||
av_fifo_free(mEncAudioFifo);
|
av_fifo_free(mEncAudioFifo);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user