Re: [FFmpeg-devel] [PATCH 2/2] avformat/mxfdec: Fix leak on error

2021-03-16 Thread Tomas Härdin
fre 2021-03-12 klockan 14:07 +0100 skrev Andreas Rheinhardt: > It was introduced in d3d9b1fc8e2dfc8b4d66c9916ab7221062ff4660; > Fixes Coverity issue #733800. > > Signed-off-by: Andreas Rheinhardt > --- > I have no testcase for this; but hopefully Michael can test it with the > testcase that led t

[FFmpeg-devel] [PATCH 2/2] avformat/mxfdec: Fix leak on error

2021-03-12 Thread Andreas Rheinhardt
It was introduced in d3d9b1fc8e2dfc8b4d66c9916ab7221062ff4660; Fixes Coverity issue #733800. Signed-off-by: Andreas Rheinhardt --- I have no testcase for this; but hopefully Michael can test it with the testcase that led to d3d9b1fc8e2dfc8b4d66c9916ab7221062ff4660 in the first place? (And I alway