mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
qtmux: finalize sinkpads list
This commit is contained in:
parent
bd0d320d6c
commit
50464d5f93
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue