Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > f94d9d2a5e7f8cf488c9de6230d2a6ba > files > 2

adns-python-1.1.1-3mdv2009.0.src.rpm

--- adnsmodule.c~	2007-03-20 00:08:33.000000000 +0100
+++ adnsmodule.c	2007-03-20 00:09:16.000000000 +0100
@@ -719,7 +719,7 @@
 	adns_finish(self->state);
 	Py_END_ALLOW_THREADS;
 	Py_INCREF(Py_None);
-	PyMem_DEL(self);
+	PyObject_Free(self);
 }
 
 static char ADNS_Statetype__doc__[] = 
@@ -930,7 +930,7 @@
 	Py_XDECREF(self->exc_type);
 	Py_XDECREF(self->exc_value);
 	Py_XDECREF(self->exc_traceback);
-	PyMem_DEL(self);
+	PyObject_Free(self);
 }
 
 static char ADNS_Querytype__doc__[] =