xbps_transaction_files: fix a memleak.
Thanks valgrind!
This commit is contained in:
parent
460515bf41
commit
58217d412d
@ -856,6 +856,8 @@ xbps_transaction_files(struct xbps_handle *xhp, xbps_object_iterator_t iter)
|
||||
}
|
||||
|
||||
out:
|
||||
xbps_object_iterator_release(iter);
|
||||
|
||||
if (rv != 0)
|
||||
return rv;
|
||||
return collect_obsoletes(xhp);
|
||||
|
Loading…
Reference in New Issue
Block a user