fix "tcc test.c -UAAA -UBBB"
commit2ba219f781a304112398cc37fb382c762a1c7cf4
authorseyko <seyko2@gmail.com>
Sun, 3 May 2015 10:58:27 +0000 (3 13:58 +0300)
committerseyko <seyko2@gmail.com>
Sun, 3 May 2015 10:58:27 +0000 (3 13:58 +0300)
treebb9b7d790ef0b9151435bef8641aca5a61380920
parent929d171f477a94169cf08ff2b900d9f37f1cefd6
fix "tcc test.c -UAAA -UBBB"

    no need to call tcc_free() inside tcc_undefine_symbol()
    Otherwise we get segmentation fault inside tcc_delete()
libtcc.c