summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/actions.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-07-04 08:42:59 +0000
committerZac Medico <zmedico@gentoo.org>2009-07-04 08:42:59 +0000
commit222d4a70247d3be8f58152e4a68b5b9220092217 (patch)
tree6121dc37825669c62a412b1b08750824c46174d7 /pym/_emerge/actions.py
parenta1767d4ca4c0372dff01f1f695bb97121211aa59 (diff)
downloadportage-222d4a70247d3be8f58152e4a68b5b9220092217.tar.gz
portage-222d4a70247d3be8f58152e4a68b5b9220092217.tar.bz2
portage-222d4a70247d3be8f58152e4a68b5b9220092217.zip
Delete runtime_pkg_mask to avoid memory leak.
svn path=/main/trunk/; revision=13774
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 1e5096cfd..4883e3730 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -338,7 +338,7 @@ def action_build(settings, trees, mtimedb,
else:
break
- del frozen_config
+ del frozen_config, runtime_pkg_mask
if show_spinner:
print "\b\b... done!"