Caruychen / 42Hive-Lem_in

Integrated smart ant colony transport system
2 stars 0 forks source link

Unit test leak fix #13

Closed Caruychen closed 2 years ago

Caruychen commented 2 years ago

Leak found in get_room.c from src. Wasn't freeing the alias string memory if the input string had information beyond the coordinates.

Other memory leak in test_get_links was fixed with hashmap_free()