diff --git a/gst/quicktime/gstqtmux.c b/gst/quicktime/gstqtmux.c index b3fa1189c0..c7f8af0a67 100644 --- a/gst/quicktime/gstqtmux.c +++ b/gst/quicktime/gstqtmux.c @@ -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); }