xbps_metadir: use an hash table (via uthash): 15s vs 1m10s.

This commit is contained in:
Juan RP
2012-11-18 02:38:24 +01:00
parent 66bb87d053
commit 46f7a808b4
6 changed files with 966 additions and 32 deletions

View File

@ -232,7 +232,7 @@ xbps_end(struct xbps_handle *xhp)
xbps_pkgdb_release(xhp);
xbps_rpool_release(xhp);
xbps_metadir_release(xhp);
xbps_metadir_release();
xbps_fetch_unset_cache_connection();
cfg_free(xhp->cfg);