Rewritten the t-test (no calculations yet).
[pspp] / src / tab.c
index 8672bd76be8378bbef60864b55d3de9a55684f09..3a8fef01d59e2574eed559a17a2f01d78ad71e84 100644 (file)
--- a/src/tab.c
+++ b/src/tab.c
@@ -115,6 +115,7 @@ tab_destroy (struct tab_table *t)
 {
   assert (t != NULL);
   pool_destroy (t->container);
+  t=0;
 }
 
 /* Sets the width and height of a table, in columns and rows,