xbps_metadir: use an hash table (via uthash): 15s vs 1m10s.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user