]> granicus.if.org Git - python/commitdiff
Oh look, another one.
authorMichael W. Hudson <mwh@python.net>
Wed, 30 Jan 2002 15:47:34 +0000 (15:47 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 30 Jan 2002 15:47:34 +0000 (15:47 +0000)
2.2.1 candiate (he says, largely talking to himself :)

Modules/_curses_panel.c

index f95392f9c33c225893be16b7ac8dd47887109e88..57368681484752a000120a7eedc25224a224f9b1 100644 (file)
@@ -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