commit | d02fc48f67b140e8605a1c9e986f78c8bb8df531 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Jan 22 19:56:03 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Jan 22 19:56:03 2008 +0000 |
tree | a63dc32762330282265ba14bd3f1e9681e005ded | |
parent | 48c6293500ef40104c3046713a2df8e951a7251c [diff] |
Fix for #1087741 patch.
diff --git a/Modules/mmapmodule.c b/Modules/mmapmodule.c index dfbc8fc..09e9465 100644 --- a/Modules/mmapmodule.c +++ b/Modules/mmapmodule.c
@@ -129,7 +129,7 @@ } #endif /* UNIX */ - PyObject_Del(m_obj); + m_obj->ob_type->tp_free((PyObject*)m_obj); } static PyObject *