mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01: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)
|
||||
g_warning ("Failed to load shared library '%s' referenced by the typelib: %s",
|
||||
shlib, g_module_error ());
|
||||
g_string_free (shlib_full, TRUE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user