mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
avcodec/mlpenc: fix small memory leak
This commit is contained in:
parent
49cfbedb9d
commit
c35382aaf4
@ -2373,6 +2373,7 @@ static av_cold int mlp_encode_close(AVCodecContext *avctx)
|
||||
av_freep(&ctx->decoding_params);
|
||||
av_freep(&ctx->channel_params);
|
||||
av_freep(&ctx->frame_size);
|
||||
av_freep(&ctx->max_output_bits);
|
||||
ff_af_queue_close(&ctx->afq);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user