diff --git a/src/map.c b/src/map.c index 11334f5..33b7216 100644 --- a/src/map.c +++ b/src/map.c @@ -342,5 +342,6 @@ void map_destroy(Map *map) item_destroy(linkedlist_pop(&map->items)); timer_destroy(map->renderTimer); + timer_destroy(map->monsterMoveTimer); free(map); }