mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
fix a leak I introduced
Original commit message from CVS: fix a leak I introduced
This commit is contained in:
parent
871217319a
commit
c7d09f7c4f
1 changed files with 1 additions and 0 deletions
|
@ -703,6 +703,7 @@ gst_registry_scan_path_level (GstRegistry * registry, const gchar * path,
|
|||
if (plugin->registered) {
|
||||
GST_DEBUG_OBJECT (registry, "plugin already registered from path %s",
|
||||
plugin->filename);
|
||||
g_free (filename);
|
||||
continue;
|
||||
}
|
||||
plugin->registered = TRUE;
|
||||
|
|
Loading…
Reference in a new issue