Re: [FFmpeg-devel] [PATCH 2/4] fftools/textformat: remove noop free

2025-06-11 Thread softworkz .
> -Original Message- > From: ffmpeg-devel On Behalf Of > Marvin Scholz > Sent: Mittwoch, 11. Juni 2025 22:42 > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH 2/4] fftools/textformat: remove noop > free > > The tctx->hash was freed already

[FFmpeg-devel] [PATCH 2/4] fftools/textformat: remove noop free

2025-06-11 Thread Marvin Scholz
The tctx->hash was freed already right before. --- fftools/textformat/avtextformat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fftools/textformat/avtextformat.c b/fftools/textformat/avtextformat.c index f1811abb1c..fa5abce261 100644 --- a/fftools/textformat/avtextformat.c +++ b/fftools