forked from Telodendria/Telodendria
Fix memory leak in HashMap
This commit is contained in:
parent
76937a57a4
commit
560624ba98
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ HashMapFree(HashMap * map)
|
|||
}
|
||||
}
|
||||
|
||||
free(map->entries);
|
||||
free(map);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue