Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fdfadf

Browse files
committed
plug leak detected by Barry
1 parent 09ac89a commit 2fdfadf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python/compile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4234,6 +4234,7 @@ symtable_free(struct symtable *st)
42344234
Py_XDECREF(st->st_children);
42354235
Py_XDECREF(st->st_stack);
42364236
Py_XDECREF(st->st_cur_id);
4237+
Py_XDECREF(st->st_cur_name);
42374238
PyMem_Free((void *)st);
42384239
}
42394240

0 commit comments

Comments
 (0)