summaryrefslogtreecommitdiff
path: root/Modules/_curses_panel.c
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-01-30 15:47:34 +0000
committerMichael W. Hudson <mwh@python.net>2002-01-30 15:47:34 +0000
commit8396d1c417a958db1101e1db3c10118b668066d6 (patch)
tree0794aca5a6be2e5761eeda9ed9cb189e5b4ed5a7 /Modules/_curses_panel.c
parent68d509941cbf3a0b9f99ed05e81e0df2692302a6 (diff)
downloadcpython-8396d1c417a958db1101e1db3c10118b668066d6.tar.gz
Oh look, another one.
2.2.1 candiate (he says, largely talking to himself :)
Diffstat (limited to 'Modules/_curses_panel.c')
-rw-r--r--Modules/_curses_panel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_curses_panel.c b/Modules/_curses_panel.c
index f95392f9c3..5736868148 100644
--- a/Modules/_curses_panel.c
+++ b/Modules/_curses_panel.c
@@ -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