tcctest: plugged memleak (was polluting valgrind reports)

This commit is contained in:
Joe Soroka 2011-02-01 16:05:57 -08:00
parent 0d9376da70
commit b88677454b

View File

@ -1084,6 +1084,7 @@ void num(int n)
printf("%c", *p);
}
printf("\n");
free(tab);
}
/* structure assignment tests */