summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/compile.c b/Python/compile.c
index 100e910..8f43c53 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -4234,6 +4234,7 @@ symtable_free(struct symtable *st)
Py_XDECREF(st->st_children);
Py_XDECREF(st->st_stack);
Py_XDECREF(st->st_cur_id);
+ Py_XDECREF(st->st_cur_name);
PyMem_Free((void *)st);
}