Re: [FFmpeg-devel] [PATCH 5/9] avfilter/vf_subtitles: Fix leaks on failure

2020-09-11 Thread Nicolas George
Andreas Rheinhardt (12020-09-10): > init_subtitles() sometimes returned directly upon error without cleaning > up after itself. The easiest way to trigger this is by using > picture-based subtitles; it is also possible to run into this in case of > missing decoders or allocation failures. > > Furt

Re: [FFmpeg-devel] [PATCH 5/9] avfilter/vf_subtitles: Fix leaks on failure

2020-09-11 Thread Paul B Mahol
On Thu, Sep 10, 2020 at 11:48:57PM +0200, Andreas Rheinhardt wrote: > init_subtitles() sometimes returned directly upon error without cleaning > up after itself. The easiest way to trigger this is by using > picture-based subtitles; it is also possible to run into this in case of > missing decoders