mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
calling free() here causes free for un-malloced memory
This commit is contained in:
parent
ccbf0662f8
commit
88d7ef4c2d
@ -202,7 +202,6 @@ namespace_entry_free(void *ptr)
|
||||
st_free_table(ns->loading_table);
|
||||
ns->loading_table = 0;
|
||||
}
|
||||
xfree(ptr);
|
||||
}
|
||||
|
||||
static size_t
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user