Free loaded_features_index in namespace

This commit is contained in:
Peter Zhu 2025-10-17 22:23:26 -04:00
parent eb4a6f0cda
commit ddd1aeaa64
Notes: git 2025-10-18 14:41:14 +00:00

View File

@ -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