Patch #5672
[pspp-builds.git] / src / ui / gui / psppire-case-file.c
index ef1edfc28823480abb552ba482c28ea3900e5672..4c4bce8838ab739c46d769be0d0bf5f1fa15967c 100644 (file)
@@ -157,6 +157,8 @@ psppire_case_file_new (void)
 {
   PsppireCaseFile *cf = g_object_new (G_TYPE_PSPPIRE_CASE_FILE, NULL);
 
+  cf->flexifile = flexifile_create (0);
+
   return cf;
 }