On Fri, Sep 09, 2022 at 11:21:38AM +0800, Steven Liu wrote: > Michael Niedermayer 于2022年9月9日周五 06:45写道: > > > > Fixes: memleak > > Fixes: 50703/clusterfuzz-testcase-minimized-ffmpeg_dem_HLS_fuzzer-6399058578636800 > > > > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/hls.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/libavformat/hls.c b/libavformat/hls.c > > index 3dc7bd39309..e622425e801 100644 > > --- a/libavformat/hls.c > > +++ b/libavformat/hls.c > > @@ -250,6 +250,7 @@ static void free_init_section_list(struct playlist *pls) > > { > > int i; > > for (i = 0; i < pls->n_init_sections; i++) { > > + av_freep(&pls->init_sections[i]->key); > > av_freep(&pls->init_sections[i]->url); > > av_freep(&pls->init_sections[i]); > > } > > -- > > 2.17.1 > > > > _______________________________________________ > > ffmpeg-devel mailing list > > ffmpeg-devel@ffmpeg.org > > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > > > To unsubscribe, visit link above, or email > > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". > > lgtm will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth.