diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-23 22:46:01 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-04-23 22:46:01 (GMT) |
commit | 033b79c483566661eda1a87a11f19619d1ff4046 (patch) | |
tree | e26c05a1dd88b4af2dc80b7681e3973dec1a50a4 /Mac/Modules/win | |
parent | f16951cffe9e4171769213bbe1aecec3d8f5200a (diff) | |
download | cpython-033b79c483566661eda1a87a11f19619d1ff4046.zip cpython-033b79c483566661eda1a87a11f19619d1ff4046.tar.gz cpython-033b79c483566661eda1a87a11f19619d1ff4046.tar.bz2 |
Regenerated.
Diffstat (limited to 'Mac/Modules/win')
-rw-r--r-- | Mac/Modules/win/_Winmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/win/_Winmodule.c b/Mac/Modules/win/_Winmodule.c index 80e4040..250e4ed 100644 --- a/Mac/Modules/win/_Winmodule.c +++ b/Mac/Modules/win/_Winmodule.c @@ -120,7 +120,7 @@ static void WinObj_dealloc(WindowObject *self) } self->ob_itself = NULL; self->ob_freeit = NULL; - PyMem_DEL(self); + PyObject_Del(self); } static PyObject *WinObj_GetWindowOwnerCount(WindowObject *_self, PyObject *_args) |