Fixed the two biggest sources of GtkCritical errors.
[pspp-builds.git] / src / ui / gui / helper.c
index 274635d7913b1412ce206416af7d393d64c1a4bb..98bd41798445025d2c9ca0b42b9a8121b34863de 100644 (file)
@@ -201,6 +201,8 @@ execute_syntax (struct getl_interface *sss)
     psppire_data_store_set_case_file (the_data_store, pcf);
   }
 
+  proc_set_active_file_data (the_dataset, NULL);
+
   som_flush ();
 }