summaryrefslogtreecommitdiff
path: root/python/configuration.cc
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2006-12-19 11:50:52 +0100
committerMichael Vogt <egon@bottom>2006-12-19 11:50:52 +0100
commit75da7640381be141209986156eba32825019add8 (patch)
tree5aa439eeeb55331ca9e8d3245b0c387d8c58ca10 /python/configuration.cc
parenta38c71a5197429ccb1703d9b3c2d943be6017f7d (diff)
parent3c393390f10b5ecfb3891fb89f199e2610d9246e (diff)
downloadpython-apt-75da7640381be141209986156eba32825019add8.tar.gz
* merged from mainline
Diffstat (limited to 'python/configuration.cc')
-rw-r--r--python/configuration.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/configuration.cc b/python/configuration.cc
index 6cf33581..55eac1bf 100644
--- a/python/configuration.cc
+++ b/python/configuration.cc
@@ -490,7 +490,7 @@ PyTypeObject ConfigurationPtrType =
sizeof(CppPyObject<Configuration *>), // tp_basicsize
0, // tp_itemsize
// Methods
- (destructor)PyMem_Free, // tp_dealloc
+ (destructor)PyObject_Free, // tp_dealloc
0, // tp_print
CnfGetAttr, // tp_getattr
0, // tp_setattr