Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fix memleak when using single_file

2019-09-11 Thread Liu Steven
> 在 2019年9月11日,下午8:36,Andreas Rheinhardt 写道: > > This commit fixes a memleak in the hls muxer when one uses a single file > as output. It has been forgotten to free the temporary buffers used to write > the packets so that the size of the leaks basically amounts to the size > of the output file

[FFmpeg-devel] [PATCH] avformat/hlsenc: Fix memleak when using single_file

2019-09-11 Thread Andreas Rheinhardt
This commit fixes a memleak in the hls muxer when one uses a single file as output. It has been forgotten to free the temporary buffers used to write the packets so that the size of the leaks basically amounts to the size of the output file. This commit adds the necessary free. Signed-off-by: Andr

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix memleak

2017-05-09 Thread Aaron Levinson
On 5/8/2017 3:35 AM, Steven Liu wrote: fix memleak bug, when all the process is normal, just free old_filename Signed-off-by: Steven Liu --- libavformat/hlsenc.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 221089c.

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix memleak

2017-05-07 Thread Steven Liu
fix memleak bug, when all the process is normal, just free old_filename Signed-off-by: Steven Liu --- libavformat/hlsenc.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 221089c..d62d5b8 100644 --- a/libavformat/hlsenc.

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix memleak in hlsenc

2017-01-05 Thread Steven Liu
2017-01-05 16:58 GMT+08:00 Bodecs Bela : > > > 2017.01.05. 9:43 keltezéssel, Steven Liu írta: > >> 2017-01-05 15:47 GMT+08:00 Bodecs Bela : >> >> >>> 2017.01.05. 1:20 keltezéssel, Steven Liu írta: >>> >>> fix CID: 1398364 Resource leak refine the code of the new options Signed-off-b

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix memleak in hlsenc

2017-01-05 Thread Bodecs Bela
2017.01.05. 9:43 keltezéssel, Steven Liu írta: 2017-01-05 15:47 GMT+08:00 Bodecs Bela : 2017.01.05. 1:20 keltezéssel, Steven Liu írta: fix CID: 1398364 Resource leak refine the code of the new options Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 21 + 1 f

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix memleak in hlsenc

2017-01-05 Thread Steven Liu
2017-01-05 15:47 GMT+08:00 Bodecs Bela : > > > 2017.01.05. 1:20 keltezéssel, Steven Liu írta: > >> fix CID: 1398364 Resource leak >> refine the code of the new options >> >> Signed-off-by: Steven Liu >> --- >> libavformat/hlsenc.c | 21 + >> 1 file changed, 13 insertions(+)

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix memleak in hlsenc

2017-01-04 Thread Bodecs Bela
2017.01.05. 1:20 keltezéssel, Steven Liu írta: fix CID: 1398364 Resource leak refine the code of the new options Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix memleak in hlsenc

2017-01-04 Thread Steven Liu
fix CID: 1398364 Resource leak refine the code of the new options Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 808a797..feeb853 100644 --- a/libavfor