diff --git a/libavcodec/utils.c b/libavcodec/utils.c index 1a5f4e7e4f..7cd14c8e1e 100644 --- a/libavcodec/utils.c +++ b/libavcodec/utils.c @@ -1118,7 +1118,7 @@ end: return ret; free_and_end: - if (avctx->codec && + if (avctx->codec && avctx->codec->close && (codec_init_ok || (avctx->codec->caps_internal & FF_CODEC_CAP_INIT_CLEANUP))) avctx->codec->close(avctx);