Added new tests
[pspp] / src / tab.c
index 7fdc37d24c94044a58e0c0e5eff51339b184c161..412bb0ac5d0d8084660ce23dc88ae4930529ea17 100644 (file)
--- a/src/tab.c
+++ b/src/tab.c
@@ -132,7 +132,6 @@ tab_destroy (struct tab_table *t)
 {
   assert (t != NULL);
   pool_destroy (t->container);
-  t->container=0;
 }
 
 /* Sets the width and height of a table, in columns and rows,