mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-02 05:56:46 +08:00
fftools/textformat: remove noop free
The tctx->hash was freed already right before. Reviewed-by: softworkz <softworkz@hotmail.com>
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user