You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/py-xmlrpc/files/py-xmlrpc_rpcClient.patch

16 lines
329 B

Patch added by neurogeek@gentoo.org
Patch added 03/01/2010
Taken from: http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/py-xmlrpc/files/
Thanks to sobomax @ FreeBSD
--- src/rpcClient.c
+++ src/rpcClient.c
@@ -179,7 +179,7 @@
cp->url = NULL;
Py_DECREF(cp->src);
Py_DECREF(cp->disp);
- PyMem_DEL(cp);
+ PyObject_DEL(cp);
}