commit | 0e2f79830173ccd00bc113a42d951c139deca040 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed May 22 14:31:48 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed May 22 14:31:48 2002 +0000 |
tree | f02af083636eb85c42562c81aa9f6024847e35fe | |
parent | 422cdde69ada560ea4713d64fe0c5319a4f6e200 [diff] [blame] |
Replaced lots of PyMem_DEL() calls with PyObject_DEL().
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index cc838b8..671d67d 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c
@@ -259,7 +259,7 @@ rf_dealloc(rfobject *self) { do_close(self); - PyMem_DEL(self); + PyObject_DEL(self); } static PyObject *