Oh look, another one.

2.2.1 candiate (he says, largely talking to himself :)
This commit is contained in:
Michael W. Hudson 2002-01-30 15:47:34 +00:00
parent 67fb0c3705
commit cf6bfe49b1
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ PyCursesPanel_Dealloc(PyCursesPanelObject *po)
(void)del_panel(po->pan);
Py_DECREF(po->wo);
remove_lop(po);
PyMem_DEL(po);
PyObject_DEL(po);
}
/* panel_above(NULL) returns the bottom panel in the stack. To get