Re: [FFmpeg-devel] [PATCH 05/10] fftools/ffmpeg_mux_init: Free pts on error

2024-06-07 Thread Michael Niedermayer
On Sun, Apr 28, 2024 at 01:54:19AM +0200, Michael Niedermayer wrote: > Fixes: CID1538863 Resource leak > > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > fftools/ffmpeg_mux_init.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply [...] -- Micha

[FFmpeg-devel] [PATCH 05/10] fftools/ffmpeg_mux_init: Free pts on error

2024-04-27 Thread Michael Niedermayer
Fixes: CID1538863 Resource leak Sponsored-by: Sovereign Tech Fund Signed-off-by: Michael Niedermayer --- fftools/ffmpeg_mux_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/ffmpeg_mux_init.c b/fftools/ffmpeg_mux_init.c index 8797265145c..b1cb6cf7bd7 100644 --- a