diff --git a/fftools/textformat/avtextformat.c b/fftools/textformat/avtextformat.c index f1811abb1c..fa5abce261 100644 --- a/fftools/textformat/avtextformat.c +++ b/fftools/textformat/avtextformat.c @@ -108,8 +108,6 @@ int avtext_context_close(AVTextFormatContext **ptctx) av_hash_freep(&tctx->hash); - av_hash_freep(&tctx->hash); - if (tctx->formatter) { if (tctx->formatter->uninit) ret = tctx->formatter->uninit(tctx);