fftools/textformat: remove noop free

The tctx->hash was freed already right before.

Reviewed-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
Marvin Scholz
2025-06-11 22:30:31 +02:00
parent 8430b8f9a9
commit 564a0784bb

View File

@ -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);