urisourcebin: Fix typefind list leak
https://bugzilla.gnome.org/show_bug.cgi?id=780257
This commit is contained in:
parent
d759eb46dc
commit
587c417d89
@ -2162,7 +2162,7 @@ remove_source (GstURISourceBin * urisrc)
|
||||
gst_element_set_state (typefind, GST_STATE_NULL);
|
||||
gst_bin_remove (GST_BIN_CAST (urisrc), typefind);
|
||||
}
|
||||
|
||||
g_list_free (urisrc->typefinds);
|
||||
urisrc->typefinds = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user