mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 17:44:14 +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) {
|
if (plugin->registered) {
|
||||||
GST_DEBUG_OBJECT (registry, "plugin already registered from path %s",
|
GST_DEBUG_OBJECT (registry, "plugin already registered from path %s",
|
||||||
plugin->filename);
|
plugin->filename);
|
||||||
|
g_free (filename);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
plugin->registered = TRUE;
|
plugin->registered = TRUE;
|
||||||
|
|
Loading…
Reference in a new issue