mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
11 lines
150 B
C
11 lines
150 B
C
--- src/rpcDispatch.c
|
|
+++ src/rpcDispatch.c
|
|
@@ -68,7 +68,7 @@
|
|
rpcDispClear(dp);
|
|
free(dp->srcs);
|
|
}
|
|
- PyMem_DEL(dp);
|
|
+ PyObject_DEL(dp);
|
|
}
|
|
|
|
|