Faster generation of dynamic reverse dependencies and do this exactly once.

This commit is contained in:
Juan RP
2012-12-15 07:33:49 +01:00
parent e2176ec4b6
commit 22adf99e40
3 changed files with 59 additions and 23 deletions

View File

@ -289,6 +289,8 @@ xbps_end(struct xbps_handle *xhp)
xbps_pkgdb_release(xhp);
xbps_rpool_release(xhp);
xbps_fetch_unset_cache_connection();
if (xhp->pkgdb_revdeps != NULL)
prop_object_release(xhp->pkgdb_revdeps);
cfg_free(xhp->cfg);
free(xhp->cachedir_priv);