mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 13:50:50 +08:00
Fix memory leak in ALS decoder in big endian systems
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
committed by
Mans Rullgard
parent
d461a47317
commit
e0eb963aaa
@@ -1564,6 +1564,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
|
||||
av_freep(&ctx->chan_data);
|
||||
av_freep(&ctx->chan_data_buffer);
|
||||
av_freep(&ctx->reverted_channels);
|
||||
av_freep(&ctx->crc_buffer);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user