Skip to content
Snippets Groups Projects
Commit a3889189 authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Increment del count.

parent f86bda2b
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,9 @@ $ python setup.py help ...@@ -35,6 +35,9 @@ $ python setup.py help
libraries=["milter","smutil","resolv"] libraries=["milter","smutil","resolv"]
* $Log$ * $Log$
* Revision 1.25 2009/07/28 20:58:55 customdesigned
* getdiag method
*
* Revision 1.24 2009/06/09 01:54:44 customdesigned * Revision 1.24 2009/06/09 01:54:44 customdesigned
* Forgot to initialize optional parameter. * Forgot to initialize optional parameter.
* *
...@@ -364,7 +367,7 @@ milter_Context_dealloc(PyObject *s) { ...@@ -364,7 +367,7 @@ milter_Context_dealloc(PyObject *s) {
} }
Py_DECREF(self->priv); Py_DECREF(self->priv);
PyObject_DEL(self); PyObject_DEL(self);
--diag.contextDel; ++diag.contextDel;
} }
/* Throw an exception if an smfi call failed, otherwise return PyNone. */ /* Throw an exception if an smfi call failed, otherwise return PyNone. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment