Mailing List Archive

python/dist/src/Mac/Modules/qdoffs _Qdoffsmodule.c,1.7,1.8
Update of /cvsroot/python/python/dist/src/Mac/Modules/qdoffs
In directory usw-pr-cvs1:/tmp/cvs-serv19218/Python/Mac/Modules/qdoffs

Modified Files:
_Qdoffsmodule.c
Log Message:
Regenerated.

Index: _Qdoffsmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/qdoffs/_Qdoffsmodule.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** _Qdoffsmodule.c 24 Mar 2002 23:02:42 -0000 1.7
--- _Qdoffsmodule.c 23 Apr 2002 22:43:50 -0000 1.8
***************
*** 74,78 ****
{
DisposeGWorld(self->ob_itself);
! PyMem_DEL(self);
}

--- 74,78 ----
{
DisposeGWorld(self->ob_itself);
! PyObject_Del(self);
}