We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cac39 commit 8d77ed4Copy full SHA for 8d77ed4
1 file changed
lib/transaction_files.c
@@ -874,6 +874,7 @@ xbps_transaction_files(struct xbps_handle *xhp, xbps_object_iterator_t iter)
874
update, removepkg, preserve, true);
875
if (rv != 0)
876
goto out;
877
+ xbps_object_release(filesd);
878
}
879
880
xbps_object_iterator_reset(iter);
0 commit comments