pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/dictionary.c


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/src/dictionary.c
Date: Tue, 22 Nov 2005 17:10:26 -0500

Index: pspp/src/dictionary.c
diff -u pspp/src/dictionary.c:1.31 pspp/src/dictionary.c:1.32
--- pspp/src/dictionary.c:1.31  Wed Oct 26 05:06:14 2005
+++ pspp/src/dictionary.c       Tue Nov 22 22:10:25 2005
@@ -24,6 +24,7 @@
 #include "algorithm.h"
 #include "alloc.h"
 #include "case.h"
+#include "cat.h"
 #include "error.h"
 #include "hash.h"
 #include "misc.h"
@@ -299,6 +300,7 @@
   var_clear_short_name (v);
   v->aux = NULL;
   v->aux_dtor = NULL;
+  v->obs_vals = NULL;
 
   /* Update dictionary. */
   if (d->var_cnt >= d->var_cap) 
@@ -471,6 +473,7 @@
 
   /* Free memory. */
   val_labs_destroy (v->val_labs);
+  cat_stored_values_destroy (v);
   free (v->label);
   free (v);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]