client/Py_CreatorClient.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -Nur cyphesis-cpp-0.5.15/client/Py_CreatorClient.cpp cyphesis-cpp-0.5.15.new/client/Py_CreatorClient.cpp
--- cyphesis-cpp-0.5.15/client/Py_CreatorClient.cpp 2007-12-03 03:42:00.000000000 +0100
+++ cyphesis-cpp-0.5.15.new/client/Py_CreatorClient.cpp 2008-03-04 22:30:32.000000000 +0100
@@ -178,7 +178,7 @@
//delete self->m_mind;
//}
Py_XDECREF(self->CreatorClient_attr);
- PyMem_DEL(self);
+ PyObject_Del(self);
}
static PyObject * CreatorClient_getattr(PyCreatorClient *self, char *name)