Merge commit 'a78f5548d9'
* commit 'a78f5548d9': avcodec: Free the default avoptions on init failure See:1907ff0a67Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b112e25dde
1 changed files with 3 additions and 1 deletions
|
|
@ -1709,9 +1709,11 @@ free_and_end:
|
|||
(avctx->codec->caps_internal & FF_CODEC_CAP_INIT_CLEANUP))
|
||||
avctx->codec->close(avctx);
|
||||
|
||||
av_dict_free(&tmp);
|
||||
if (codec->priv_class && codec->priv_data_size)
|
||||
av_opt_free(avctx->priv_data);
|
||||
av_opt_free(avctx);
|
||||
|
||||
av_dict_free(&tmp);
|
||||
av_freep(&avctx->priv_data);
|
||||
if (avctx->internal) {
|
||||
av_frame_free(&avctx->internal->to_free);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue