commit 6adc54613c28970be25150af81da0e1cce27b97f Author: tv Date: Tue Mar 24 15:39:51 2009 +0000 (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)" git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/rpm/urpmi/trunk@254653 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 diff --git a/urpm/install.pm b/urpm/install.pm index 4faab2d..a18796f 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; }