fix a leak I introduced

Original commit message from CVS:
fix a leak I introduced
This commit is contained in:
Thomas Vander Stichele 2005-10-08 14:41:56 +00:00
parent 871217319a
commit c7d09f7c4f

View file

@ -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;