Fixed some warnings from valgrind.
[pspp-builds.git] / src / ui / gui / psppire-case-file.c
index 8b194528089d95f3642913bd3709e8f5ec2524ee..e08c0ac17d31f9073e3b5806ee6fb1731fb89364 100644 (file)
@@ -282,7 +282,7 @@ gboolean
 psppire_case_file_data_in (PsppireCaseFile *cf, casenumber casenum, gint idx,
                           struct substring input, const struct fmt_spec *fmt)
 {
-  union value *value;
+  union value *value = NULL;
   int width;
   bool ok;