From 45100d466f6c392758ff2e490cdfee9aae7e55a7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 22 Dec 2010 12:04:23 +0100 Subject: python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank) --- python/depcache.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'python/depcache.cc') diff --git a/python/depcache.cc b/python/depcache.cc index a84eb615..cfa4f5d6 100644 --- a/python/depcache.cc +++ b/python/depcache.cc @@ -1000,7 +1000,6 @@ static PyObject *PkgActionGroupExit(PyObject *Self,PyObject *Args) { pkgDepCache::ActionGroup *ag = GetCpp(Self); if (ag != NULL) ag->release(); - Py_DECREF(Self); Py_RETURN_FALSE; } -- cgit v1.2.3