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

@ -84,7 +84,7 @@ int DragObj_Convert(PyObject *v, DragRef *p_itself)
static void DragObj_dealloc(DragObjObject *self)
{
Py_XDECREF(self->sendproc);
PyMem_DEL(self);
PyObject_Del(self);
}
static PyObject *DragObj_DisposeDrag(DragObjObject *_self, PyObject *_args)