summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-03-24 15:39:51 +0000
committerThierry Vignaud <tv@mandriva.org>2009-03-24 15:39:51 +0000
commitf8cdd55a8597984a42acce8582e45a6cc1c28191 (patch)
treeacf856874480f393a763ff13018010feb103f412
parent9b42b44628726615fafe2b7e145cf73acc7cdd66 (diff)
downloadurpmi-f8cdd55a8597984a42acce8582e45a6cc1c28191.tar
urpmi-f8cdd55a8597984a42acce8582e45a6cc1c28191.tar.gz
urpmi-f8cdd55a8597984a42acce8582e45a6cc1c28191.tar.bz2
urpmi-f8cdd55a8597984a42acce8582e45a6cc1c28191.tar.xz
urpmi-f8cdd55a8597984a42acce8582e45a6cc1c28191.zip
(install) revert refcount workarounds now that we fix refcounting in
r254652 ; revert both: - r253559 (2009-03-04) "(install) close another fd leak (needed for drakx)" - and r253550 (2009-03-04: "(install) explicitely close the RPM DB on comleting transaction (needed for drakx -- looks like refcount has hard work)"
-rw-r--r--urpm/install.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index 4faab2db..a18796f4 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -289,10 +289,6 @@ sub install {
urpm::sys::may_clean_rpmdb_shared_regions($urpm, $options{test});
- # explicitely close the RPM DB (needed for drakx -- looks like refcount has hard work):
- undef $db;
- undef $trans;
-
@errors;
}