From: Michael W. Hudson Date: Wed, 30 Jan 2002 15:47:34 +0000 (+0000) Subject: Oh look, another one. X-Git-Tag: v2.3c1~6759 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf6bfe49b13bdbb505ca3a31939cf6e2e2953808;p=python Oh look, another one. 2.2.1 candiate (he says, largely talking to himself :) --- 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