mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix map.c3
This commit is contained in:
@@ -299,7 +299,7 @@ private fn void HashMap.put_for_create(HashMap* map, Key key, Value value)
|
||||
|
||||
private fn void HashMap.free(HashMap* map, void* ptr)
|
||||
{
|
||||
map.free(ptr);
|
||||
map.allocator.free(ptr)!!;
|
||||
}
|
||||
|
||||
private fn bool HashMap.remove_entry_for_key(HashMap* map, Key key)
|
||||
|
||||
Reference in New Issue
Block a user