tcctest: plugged memleak (was polluting valgrind reports)
This commit is contained in:
@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user