metadir: replace uthash simply with a dictionary.

This commit is contained in:
Juan RP
2012-11-21 23:07:38 +01:00
parent 9f7357ecf5
commit 7f577e005c
6 changed files with 18 additions and 960 deletions

View File

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