X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Ffilter_graph.cc;h=7c006aa58834eaf5eb22f1eb80c61d52b37ea5dd;hb=f0e95aa5b7ada81a1c40f06facab2e94e45ab26c;hp=cd5d198079683f588c2a12c68a1648e4a5136e29;hpb=373f010a7f04add1f49169cbaa60cb7ae5f508d4;p=dcpomatic.git diff --git a/src/lib/filter_graph.cc b/src/lib/filter_graph.cc index cd5d19807..7c006aa58 100644 --- a/src/lib/filter_graph.cc +++ b/src/lib/filter_graph.cc @@ -122,7 +122,8 @@ FilterGraph::FilterGraph (shared_ptr content, libdcp::Size throw DecodeError (N_("could not configure filter graph.")); } - /* XXX: leaking `inputs' / `outputs' ? */ + avfilter_inout_free (&inputs); + avfilter_inout_free (&outputs); } FilterGraph::~FilterGraph ()