mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
avidemux: don't leak flow combiner
This commit is contained in:
parent
6347ec522d
commit
460ab3dd76
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ gst_avi_demux_finalize (GObject * object)
|
|||
GST_DEBUG ("AVI: finalize");
|
||||
|
||||
g_object_unref (avi->adapter);
|
||||
gst_flow_combiner_free (avi->flowcombiner);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue