mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 13:53:06 +02:00
Fix small memory leak
svn path=/trunk/; revision=499
This commit is contained in:
parent
00fb846ad8
commit
7f30a2502c
@ -1965,6 +1965,7 @@ _g_typelib_init (GTypelib *typelib)
|
|||||||
if (typelib->module == NULL)
|
if (typelib->module == NULL)
|
||||||
g_warning ("Failed to load shared library '%s' referenced by the typelib: %s",
|
g_warning ("Failed to load shared library '%s' referenced by the typelib: %s",
|
||||||
shlib, g_module_error ());
|
shlib, g_module_error ());
|
||||||
|
g_string_free (shlib_full, TRUE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user