Memory leak patrol.
[pspp-builds.git] / src / output / table.c
index 8d5ed12b2155bd42214a4827efddd1cfce2c7db1..a7dc4817f0f946a46fc73ce0f2713490810bbc5b 100644 (file)
@@ -87,6 +87,7 @@ void
 tab_destroy (struct tab_table *t)
 {
   assert (t != NULL);
+  free (t->title);
   pool_destroy (t->container);
 }