File: cyphesis-cpp-python2.5.patch

package info (click to toggle)
cyphesis-cpp 0.5.16-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,084 kB
  • ctags: 3,627
  • sloc: cpp: 30,418; python: 4,812; xml: 4,674; sh: 4,118; makefile: 902; ansic: 617
file content (12 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
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)