Increment del count.

This commit is contained in:
Stuart Gathman
2009-07-28 21:08:20 +00:00
parent f86bda2ba4
commit a3889189f0
+4 -1
View File
@@ -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) {
} }
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. */