mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-08 03:24:19 +00:00
Fix free_map
This commit is contained in:
@@ -489,7 +489,6 @@ free_map :: proc(m: $T/map[$K]$V, loc := #caller_location) {
|
||||
raw := transmute(raw.Map)m;
|
||||
free_dynamic_array(raw.hashes, loc);
|
||||
free_ptr(raw.entries.data, loc);
|
||||
free_ptr(raw.internal, loc);
|
||||
}
|
||||
|
||||
free :: proc[
|
||||
|
||||
Reference in New Issue
Block a user