Oh look, another one.
2.2.1 candiate (he says, largely talking to himself :)
This commit is contained in:
parent
67fb0c3705
commit
cf6bfe49b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue