Skip to content

Commit ddd1aea

Browse files
committed
Free loaded_features_index in namespace
1 parent eb4a6f0 commit ddd1aea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

namespace.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ namespace_root_free(void *ptr)
216216
st_free_table(ns->loading_table);
217217
ns->loading_table = 0;
218218
}
219+
220+
if (ns->loaded_features_index) {
221+
st_free_table(ns->loaded_features_index);
222+
}
219223
}
220224

221225
static void

0 commit comments

Comments
 (0)