Re: [FFmpeg-devel] [PATCH 4/6] h264_redundant_pps: Fix memleak in case of errors

2018-11-18 Thread Mark Thompson
On 09/11/18 05:31, Andreas Rheinhardt wrote: > Now the fragment is uninitialized and the input packet freed in case of > errors. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/h264_redundant_pps_bsf.c | 46 ++--- > 1 file changed, 29 insertions(+), 17 deletions(

[FFmpeg-devel] [PATCH 4/6] h264_redundant_pps: Fix memleak in case of errors

2018-11-08 Thread Andreas Rheinhardt
Now the fragment is uninitialized and the input packet freed in case of errors. Signed-off-by: Andreas Rheinhardt --- libavcodec/h264_redundant_pps_bsf.c | 46 ++--- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/libavcodec/h264_redundant_pps_bsf.c b/lib