t/common: Fix Rift-S builder

This commit is contained in:
Jakob Bornecrantz 2023-10-25 14:34:55 +01:00
parent 7d6f82a634
commit 2f586030be

View file

@ -213,6 +213,8 @@ rift_s_open_system(struct xrt_builder *xb,
xsysd->xdev_count, // xdev_count
out_xso); // out_xso
return XRT_SUCCESS;
unlock_and_fail:
xret = xrt_prober_unlock_list(xp, &xpdevs);