tcctest: plugged memleak (was polluting valgrind reports)
This commit is contained in:
parent
0d9376da70
commit
b88677454b
1 changed files with 1 additions and 0 deletions
|
|
@ -1084,6 +1084,7 @@ void num(int n)
|
||||||
printf("%c", *p);
|
printf("%c", *p);
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
free(tab);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* structure assignment tests */
|
/* structure assignment tests */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue