summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-04 11:26:19 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-04 11:26:19 +0000
commit09b69c96288ac6b0d4207e60af894be866235d62 (patch)
tree722656645f93cf484fb3b8e48b63586c7ab27c2c /urpm
parent7e688f535996b081fb546b336708d30227a1664c (diff)
downloadurpmi-09b69c96288ac6b0d4207e60af894be866235d62.tar
urpmi-09b69c96288ac6b0d4207e60af894be866235d62.tar.gz
urpmi-09b69c96288ac6b0d4207e60af894be866235d62.tar.bz2
urpmi-09b69c96288ac6b0d4207e60af894be866235d62.tar.xz
urpmi-09b69c96288ac6b0d4207e60af894be866235d62.zip
(install) close another fd leak (needed for drakx)
Diffstat (limited to 'urpm')
-rw-r--r--urpm/install.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index 035fb924..7d385965 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -287,6 +287,7 @@ sub install {
# explicitely close the RPM DB (needed for drakx -- looks like refcount has hard work):
undef $db;
+ undef $trans;
@errors;
}