summaryrefslogtreecommitdiff
path: root/net/py-xmlrpc/files/patch-src_rpcBoolean.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-xmlrpc/files/patch-src_rpcBoolean.c')
-rw-r--r--net/py-xmlrpc/files/patch-src_rpcBoolean.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-xmlrpc/files/patch-src_rpcBoolean.c b/net/py-xmlrpc/files/patch-src_rpcBoolean.c
new file mode 100644
index 000000000000..cb3d78f0a05f
--- /dev/null
+++ b/net/py-xmlrpc/files/patch-src_rpcBoolean.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/rpcBoolean.c
++++ src/rpcBoolean.c
+@@ -46,7 +46,7 @@
+ static void
+ rpcBoolDealloc(rpcBool *bp)
+ {
+- PyMem_DEL(bp);
++ PyObject_DEL(bp);
+ }
+
+