2008-08-21 Colin Walters <walters@verbum.org>
* girepository/girparser.c (g_irepository_require):
Fix one small leak in error case.
svn path=/trunk/; revision=434
+2008-08-21 Colin Walters <walters@verbum.org>
+
+ * girepository/girparser.c (g_irepository_require):
+ Fix one small leak in error case.
+
2008-08-21 Johan Dahlin <johan@gnome.org>
* gir/Makefile.am:
if (typelib == NULL)
{
+ g_free (full_path);
g_set_error (error, G_IREPOSITORY_ERROR,
G_IREPOSITORY_ERROR_TYPELIB_NOT_FOUND,
"Typelib file for namespace '%s' was not found in search"