X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Foutput%2Frender-test.c;h=fdfb2d20b6feb0cf664fd8bc7251908cb89789bc;hb=d2c4632c3206e57d7412cbcbcccedf4e771a76f6;hp=8ce0697910537194d450a09809ef73a2fd3079e9;hpb=08cf0950d52089024113d129063e39e7c1a05cd9;p=pspp diff --git a/tests/output/render-test.c b/tests/output/render-test.c index 8ce0697910..fdfb2d20b6 100644 --- a/tests/output/render-test.c +++ b/tests/output/render-test.c @@ -116,6 +116,7 @@ main (int argc, char **argv) if (transpose) table = table_transpose (table); table_item_submit (table_item_create (table, NULL, NULL)); + free (tables); } else draw (input);