mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Oh look, another one.
2.2.1 candiate (he says, largely talking to himself :)
This commit is contained in:
parent
67fb0c3705
commit
cf6bfe49b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue