xbps_transaction_store: fix memleak.

This commit is contained in:
Juan RP 2020-01-06 12:47:13 +01:00
parent 802a6eae09
commit d5e91cb7d8
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -76,5 +76,7 @@ xbps_transaction_store(struct xbps_handle *xhp, xbps_array_t pkgs,
xbps_dbg_printf(xhp, "Added `%s' into the dependency list (%s)\n",
pkgver, repo);
xbps_object_release(pkgd);
return 0;
}