From: Jun Zhao <barryjz...@tencent.com> In case of failure, all the successfully set entries are stored in *pm. We need to manually free the created dictionary to avoid memory leak.
Signed-off-by: Jun Zhao <barryjz...@tencent.com> --- libavcodec/libx264.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index bfd91bb..b982ba7 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -903,9 +903,8 @@ FF_ENABLE_DEPRECATION_WARNINGS "Error parsing option '%s = %s'.\n", en->key, en->value); } - - av_dict_free(&dict); } + av_dict_free(&dict); } // update AVCodecContext with x264 parameters -- 1.7.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".