Regenerated.

This commit is contained in:
Jack Jansen 2002-04-23 22:46:01 +00:00
parent f16951cffe
commit 033b79c483
20 changed files with 47 additions and 47 deletions

View file

@ -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)