Fix small memory leak

svn path=/trunk/; revision=499
This commit is contained in:
Colin Walters 2008-08-26 20:06:42 +00:00
parent 00fb846ad8
commit 7f30a2502c

View File

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