Skip to content

Commit 88d7ef4

Browse files
Satoshi Tagomoritagomoris
authored andcommitted
calling free() here causes free for un-malloced memory
1 parent ccbf066 commit 88d7ef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

namespace.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ namespace_entry_free(void *ptr)
202202
st_free_table(ns->loading_table);
203203
ns->loading_table = 0;
204204
}
205-
xfree(ptr);
206205
}
207206

208207
static size_t

0 commit comments

Comments
 (0)