mirror of
https://github.com/python/cpython.git
synced 2024-12-01 13:55:45 +08:00
plug leak detected by Barry
This commit is contained in:
parent
09ac89ae78
commit
2fdfadf6dd
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user