mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
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:
parent
dbd0098dbb
commit
8c37ca0116
|
@ -734,6 +734,7 @@ void
|
|||
destroy(struct xrt_system_devices *xsysd)
|
||||
{
|
||||
u_system_devices_close(xsysd);
|
||||
svrs->ctx.reset();
|
||||
free(svrs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue