mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-01 04:20:09 +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