From a3889189f032db58b6d90e05322e3179bd2e6290 Mon Sep 17 00:00:00 2001
From: Stuart Gathman <stuart@gathman.org>
Date: Tue, 28 Jul 2009 21:08:20 +0000
Subject: [PATCH] Increment del count.

---
 miltermodule.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/miltermodule.c b/miltermodule.c
index 6aec8a6..7ace950 100644
--- a/miltermodule.c
+++ b/miltermodule.c
@@ -35,6 +35,9 @@ $ python setup.py help
      libraries=["milter","smutil","resolv"]
 
  * $Log$
+ * Revision 1.25  2009/07/28 20:58:55  customdesigned
+ * getdiag method
+ *
  * Revision 1.24  2009/06/09 01:54:44  customdesigned
  * Forgot to initialize optional parameter.
  *
@@ -364,7 +367,7 @@ milter_Context_dealloc(PyObject *s) {
   }
   Py_DECREF(self->priv);
   PyObject_DEL(self);
-  --diag.contextDel;
+  ++diag.contextDel;
 }
 
 /* Throw an exception if an smfi call failed, otherwise return PyNone. */
-- 
GitLab