X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.c;h=e4ff158ccd39c74a5c2cb71c240cb955f9d1f477;hb=018f395e7f37c988d812bdf408c2c84e55ed8678;hp=f6b4886b1f4837327e830fb44cd0c14114878fe4;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp-builds.git diff --git a/src/output/tab.c b/src/output/tab.c index f6b4886b..e4ff158c 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); }