From 88d7ef4c2d3b0009cd38c1cc8d9382a237ae84a4 Mon Sep 17 00:00:00 2001 From: Satoshi Tagomori Date: Sun, 28 Sep 2025 17:39:06 +0900 Subject: [PATCH] calling free() here causes free for un-malloced memory --- namespace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/namespace.c b/namespace.c index 2aadd37208..c61b879a88 100644 --- a/namespace.c +++ b/namespace.c @@ -202,7 +202,6 @@ namespace_entry_free(void *ptr) st_free_table(ns->loading_table); ns->loading_table = 0; } - xfree(ptr); } static size_t