diff --git a/src/main.c b/src/main.c index f066cb8..2a4ff11 100755 --- a/src/main.c +++ b/src/main.c @@ -206,6 +206,8 @@ int main(int argc, char **argv) // Cleanup destroy_instruction_information_hashtable(&instruction_informations); shash_destroy_hashtable(&label_table); + free(target_code.buffer); + free(tokens.buffer); return EXIT_SUCCESS; }