mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-15 09:03:49 +02: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:
parent
744f3a3004
commit
7bada628b9
@ -479,7 +479,7 @@ resolve_aliases (ParseContext *ctx, const gchar *type)
|
|||||||
gpointer value;
|
gpointer value;
|
||||||
GSList *seen_values = NULL;
|
GSList *seen_values = NULL;
|
||||||
const char *lookup;
|
const char *lookup;
|
||||||
char *prefixed;
|
char *prefixed = NULL;
|
||||||
|
|
||||||
/* If we are in an included module, then we need to qualify the
|
/* If we are in an included module, then we need to qualify the
|
||||||
* names of types before resolving them, since they will have
|
* names of types before resolving them, since they will have
|
||||||
|
Loading…
x
Reference in New Issue
Block a user