Commit cf6bfe49 authored by Michael W. Hudson's avatar Michael W. Hudson

Oh look, another one.

2.2.1 candiate (he says, largely talking to himself :)
parent 67fb0c37
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment