You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/avfiltergraph: Free AVFilterGraph options properly
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -130,8 +130,8 @@ void avfilter_graph_free(AVFilterGraph **graph)
|
|||||||
|
|
||||||
av_freep(&(*graph)->sink_links);
|
av_freep(&(*graph)->sink_links);
|
||||||
|
|
||||||
av_freep(&(*graph)->scale_sws_opts);
|
av_opt_free(*graph);
|
||||||
av_freep(&(*graph)->aresample_swr_opts);
|
|
||||||
av_freep(&(*graph)->filters);
|
av_freep(&(*graph)->filters);
|
||||||
av_freep(&(*graph)->internal);
|
av_freep(&(*graph)->internal);
|
||||||
av_freep(graph);
|
av_freep(graph);
|
||||||
|
Reference in New Issue
Block a user