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/ctbmodule.c b/Mac/Modules/ctbmodule.c index 129896e..3dc8f0f 100644 --- a/Mac/Modules/ctbmodule.c +++ b/Mac/Modules/ctbmodule.c
@@ -186,7 +186,7 @@ CMDispose(self->hdl); self->hdl = NULL; } - PyMem_DEL(self); + PyObject_DEL(self); } static PyObject *