mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Free loaded_features_index in namespace
This commit is contained in:
parent
eb4a6f0cda
commit
ddd1aeaa64
Notes:
git
2025-10-18 14:41:14 +00:00
@ -216,6 +216,10 @@ namespace_root_free(void *ptr)
|
||||
st_free_table(ns->loading_table);
|
||||
ns->loading_table = 0;
|
||||
}
|
||||
|
||||
if (ns->loaded_features_index) {
|
||||
st_free_table(ns->loaded_features_index);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user