Fixed a bug causing pspp to crash when computed variables had no format
[pspp] / src / glob.c
index db3bda94ac4a7ecb05823d8c0271102b4da52dec..cc76e340ab21d8fedc9f85a6ca251a4eef7e4fc5 100644 (file)
@@ -169,11 +169,6 @@ init_glob (int argc UNUSED, char **argv)
   /* var.h */
   default_dict = dict_create ();
 
-  vec_init (&reinit_sysmis);
-  vec_init (&reinit_blanks);
-  vec_init (&init_zero);
-  vec_init (&init_blanks);
-
   last_vfm_invocation = time (NULL);
 
   /* lexer.h */