mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
11 lines
146 B
C
11 lines
146 B
C
--- src/rpcDate.c
|
|
+++ src/rpcDate.c
|
|
@@ -75,7 +75,7 @@
|
|
if (dp->value) {
|
|
Py_DECREF(dp->value);
|
|
}
|
|
- PyMem_DEL(dp);
|
|
+ PyObject_DEL(dp);
|
|
}
|
|
|
|
|