1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-02-19 08:42:09 +01:00

Bug 560474 – g-ir-compiler crashes when compiling the glib gir

2008-11-12  Johan Bilien  <jobi@via.ecp.fr>

	Bug 560474 – g-ir-compiler crashes when compiling the glib gir

	* girepository/girparser.c: avoid freeing an uninitialized pointer


svn path=/trunk/; revision=891
This commit is contained in:
Johan Bilien 2008-11-12 12:12:04 +00:00 committed by Johan Bilien
parent 744f3a3004
commit 7bada628b9

@ -479,7 +479,7 @@ resolve_aliases (ParseContext *ctx, const gchar *type)
gpointer value;
GSList *seen_values = NULL;
const char *lookup;
char *prefixed;
char *prefixed = NULL;
/* If we are in an included module, then we need to qualify the
* names of types before resolving them, since they will have