From 8263449f9466dc4e56c41854b4639c0bc519b0a4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 14 Jan 2015 18:43:17 +0100 Subject: [PATCH] xbps_end: don't bother releasing everything; pkgdb is enough. xbps-query -L now: 115ms xbps-query -L before: 148ms Fuck you valgrind! --- lib/initend.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/initend.c b/lib/initend.c index bb37e00d..4e95fa97 100644 --- a/lib/initend.c +++ b/lib/initend.c @@ -502,8 +502,6 @@ xbps_end(struct xbps_handle *xhp) assert(xhp); xbps_pkgdb_release(xhp); - xbps_rpool_release(xhp); - xbps_fetch_unset_cache_connection(); } static void