Increment del count.
This commit is contained in:
+4
-1
@@ -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. */
|
||||||
|
|||||||
Reference in New Issue
Block a user