mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
tcctest: plugged memleak (was polluting valgrind reports)
This commit is contained in:
parent
0d9376da70
commit
b88677454b
@ -1084,6 +1084,7 @@ void num(int n)
|
||||
printf("%c", *p);
|
||||
}
|
||||
printf("\n");
|
||||
free(tab);
|
||||
}
|
||||
|
||||
/* structure assignment tests */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user