diff options
author | C. Scott Ananian <cscott@litl.com> | 2009-06-12 11:52:56 -0400 |
---|---|---|
committer | C. Scott Ananian <cscott@litl.com> | 2009-06-12 12:31:43 -0400 |
commit | 8e893b3df0723dce6af86586c0cf1e6bc355f21d (patch) | |
tree | 13235f96c7f6879148988b2765b04ce8be7aca1f /tools | |
parent | 94d799b13e6489aa6742ebb68e66a49630a4b35c (diff) | |
download | gobject-introspection-8e893b3df0723dce6af86586c0cf1e6bc355f21d.tar.gz |
Bug 585584: Fix warnings in girparser backtrace functionality and compiler.c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/compiler.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/compiler.c b/tools/compiler.c index 7e0a6004..350b906d 100644 --- a/tools/compiler.c +++ b/tools/compiler.c @@ -107,8 +107,10 @@ write_out_typelib (gchar *prefix, if (output == NULL) { file = stdout; + file_obj = NULL; filename = NULL; tmp_filename = NULL; + tmp_file_obj = NULL; #ifdef G_OS_WIN32 setmode (fileno (file), _O_BINARY); #endif |