X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.c;h=e4ff158ccd39c74a5c2cb71c240cb955f9d1f477;hb=d01cc07b11b5919369bf4e8989360c2b4fe0380c;hp=f6b4886b1f4837327e830fb44cd0c14114878fe4;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/src/output/tab.c b/src/output/tab.c index f6b4886b1f..e4ff158ccd 100644 --- a/src/output/tab.c +++ b/src/output/tab.c @@ -709,6 +709,8 @@ static void tab_destroy (struct table *table) { struct tab_table *t = tab_cast (table); + free (t->title); + t->title = NULL; pool_destroy (t->container); }