summaryrefslogtreecommitdiff
path: root/girepository
diff options
context:
space:
mode:
authorJohan Bilien <jobi@via.ecp.fr>2008-11-12 12:12:04 +0000
committerJohan Bilien <jobi@src.gnome.org>2008-11-12 12:12:04 +0000
commit843b6c38b41bc6a9ecce2a2b0e8c0f0c4cd55689 (patch)
tree00479b5d5cba1c4ea77cf300c2a727fe8406eaa7 /girepository
parent8401f6e5cbc509011e2b8e462806e3f678f905c8 (diff)
downloadgobject-introspection-843b6c38b41bc6a9ecce2a2b0e8c0f0c4cd55689.tar.gz
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
Diffstat (limited to 'girepository')
-rw-r--r--girepository/girparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girparser.c b/girepository/girparser.c
index 850833f3..38daaa70 100644
--- a/girepository/girparser.c
+++ b/girepository/girparser.c
@@ -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