calling free() here causes free for un-malloced memory

This commit is contained in:
Satoshi Tagomori 2025-09-28 17:39:06 +09:00 committed by Satoshi Tagomori
parent ccbf0662f8
commit 88d7ef4c2d

View File

@ -202,7 +202,6 @@ namespace_entry_free(void *ptr)
st_free_table(ns->loading_table);
ns->loading_table = 0;
}
xfree(ptr);
}
static size_t