c/multi: Unlock when multi system loop exits

This commit is contained in:
Ryan Pavlik 2022-05-20 11:07:53 -05:00 committed by Jakob Bornecrantz
parent fee6809bc2
commit 4d9c3650cc

View file

@ -412,6 +412,7 @@ multi_main_loop(struct multi_system_compositor *msc)
}
xrt_comp_end_session(xc);
os_thread_helper_unlock(&msc->oth);
return 0;
}