qtmux: finalize sinkpads list

This commit is contained in:
Mark Nauwelaerts 2010-11-19 14:44:45 +01:00 committed by Tim-Philipp Müller
parent bd0d320d6c
commit 50464d5f93

View file

@ -411,6 +411,8 @@ gst_qt_mux_finalize (GObject * object)
atoms_context_free (qtmux->context);
gst_object_unref (qtmux->collect);
g_slist_free (qtmux->sinkpads);
G_OBJECT_CLASS (parent_class)->finalize (object);
}