Skip to content

Commit

Permalink
made changes in c code for Python2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil n committed Sep 8, 2007
1 parent 8e8d948 commit 23708cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _MultiMapping.c
Expand Up @@ -130,7 +130,7 @@ MM_dealloc(MMobject *self)
{
Py_XDECREF(self->data);
Py_DECREF(self->ob_type);
PyMem_DEL(self);
PyObject_DEL(self);
}

static PyObject *
Expand Down

0 comments on commit 23708cf

Please sign in to comment.