This commit is contained in:
Benjamin Peterson 2013-10-26 13:22:08 -04:00
commit 77353664e2
3 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ symtable_symtable(PyObject *self, PyObject *args)
Py_DECREF(filename);
if (st == NULL)
return NULL;
t = st->st_blocks;
t = (PyObject *)st->st_top;
Py_INCREF(t);
PyMem_Free((void *)st->st_future);
PySymtable_Free(st);