From f8cdd55a8597984a42acce8582e45a6cc1c28191 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 24 Mar 2009 15:39:51 +0000 Subject: (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)" --- urpm/install.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'urpm') 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; } -- cgit v1.2.1