From cf6bfe49b13bdbb505ca3a31939cf6e2e2953808 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Wed, 30 Jan 2002 15:47:34 +0000 Subject: Oh look, another one. 2.2.1 candiate (he says, largely talking to himself :) --- Modules/_curses_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_curses_panel.c b/Modules/_curses_panel.c index f95392f..5736868 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 -- cgit v0.12