diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-24 15:39:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-24 15:39:51 +0000 |
commit | f8cdd55a8597984a42acce8582e45a6cc1c28191 (patch) | |
tree | acf856874480f393a763ff13018010feb103f412 | |
parent | 9b42b44628726615fafe2b7e145cf73acc7cdd66 (diff) | |
download | urpmi-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.pm | 4 |
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; } |