diff options
| author | Michael Vogt <mvo@debian.org> | 2010-12-22 12:04:23 +0100 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2010-12-22 12:04:23 +0100 |
| commit | 45100d466f6c392758ff2e490cdfee9aae7e55a7 (patch) | |
| tree | 6890fa1e14b92d11cadb4d3c229066c25d530869 /python/depcache.cc | |
| parent | d3d1874886839dabdabeab94ccee7b1fb449c66e (diff) | |
| download | python-apt-45100d466f6c392758ff2e490cdfee9aae7e55a7.tar.gz | |
python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank)
Diffstat (limited to 'python/depcache.cc')
| -rw-r--r-- | python/depcache.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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<pkgDepCache::ActionGroup*>(Self); if (ag != NULL) ag->release(); - Py_DECREF(Self); Py_RETURN_FALSE; } |
