mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
urisourcebin: Fix typefind list leak
https://bugzilla.gnome.org/show_bug.cgi?id=780257
This commit is contained in:
parent
d759eb46dc
commit
587c417d89
1 changed files with 1 additions and 1 deletions
|
@ -2162,7 +2162,7 @@ remove_source (GstURISourceBin * urisrc)
|
||||||
gst_element_set_state (typefind, GST_STATE_NULL);
|
gst_element_set_state (typefind, GST_STATE_NULL);
|
||||||
gst_bin_remove (GST_BIN_CAST (urisrc), typefind);
|
gst_bin_remove (GST_BIN_CAST (urisrc), typefind);
|
||||||
}
|
}
|
||||||
|
g_list_free (urisrc->typefinds);
|
||||||
urisrc->typefinds = NULL;
|
urisrc->typefinds = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue