summaryrefslogtreecommitdiff
path: root/yarvcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'yarvcore.c')
-rw-r--r--yarvcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarvcore.c b/yarvcore.c
index b8f06ab6d8..75a37b6952 100644
--- a/yarvcore.c
+++ b/yarvcore.c
@@ -16,6 +16,7 @@
#include "yarvcore.h"
#include "gc.h"
+
VALUE rb_cVM;
VALUE rb_cThread;
@@ -216,7 +217,6 @@ thread_free(void *ptr)
if (ptr) {
th = ptr;
FREE_UNLESS_NULL(th->stack);
- FREE_UNLESS_NULL(th->top_local_tbl);
if (th->local_storage) {
st_free_table(th->local_storage);