You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2006/08/20 11:29:49 UTC

svn commit: r432957 - /httpd/mod_python/trunk/src/mod_python.c

Author: grahamd
Date: Sun Aug 20 02:29:47 2006
New Revision: 432957

URL: http://svn.apache.org/viewvc?rev=432957&view=rev
Log:
Borrowed references incorrectly having their reference counts decremented
in debugging code invoked when mod_python couldn't start up properly.


Modified:
    httpd/mod_python/trunk/src/mod_python.c

Modified: httpd/mod_python/trunk/src/mod_python.c
URL: http://svn.apache.org/viewvc/httpd/mod_python/trunk/src/mod_python.c?rev=432957&r1=432956&r2=432957&view=diff
==============================================================================
--- httpd/mod_python/trunk/src/mod_python.c (original)
+++ httpd/mod_python/trunk/src/mod_python.c Sun Aug 20 02:29:47 2006
@@ -160,9 +160,6 @@
                          "make_obcallback: mod_python modules location '%s'.",
                          PyString_AsString(f));
         }
-
-        Py_XDECREF(o);
-        Py_XDECREF(f);
     }
 
       Py_XDECREF(m);