d/steamvr_lh: Make sure the context is release on exit

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2229>
This commit is contained in:
Yuxuan Shui 2024-06-02 12:19:33 +01:00 committed by Marge Bot
parent dbd0098dbb
commit 8c37ca0116

View file

@ -734,6 +734,7 @@ void
destroy(struct xrt_system_devices *xsysd)
{
u_system_devices_close(xsysd);
svrs->ctx.reset();
free(svrs);
}