summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-08 06:32:34 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-08 06:32:34 +0000
commit779f035c5f57e8450bdb1e63c6933d614e35dccf (patch)
tree84869c2763a0b7c98d6b41f51265ba6d56d58e7b
parent363296999e2acfddb8f47defc45d5ba4e2dfc3a1 (diff)
downloadportage-779f035c5f57e8450bdb1e63c6933d614e35dccf.tar.gz
portage-779f035c5f57e8450bdb1e63c6933d614e35dccf.tar.bz2
portage-779f035c5f57e8450bdb1e63c6933d614e35dccf.zip
Delete the exception object after use.
svn path=/main/trunk/; revision=5221
-rwxr-xr-xbin/emerge1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/emerge b/bin/emerge
index 0ebac0b0c..8728cc098 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -3630,6 +3630,7 @@ def action_regen(settings, portdb):
except CacheError, e:
print "\n error listing cache entries for " + \
"'%s': %s, continuing..." % (mytree, e)
+ del e
dead_nodes = None
for x in mynodes:
mymatches = portdb.xmatch("match-all",x)