mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-20 19:50:11 +00:00
[host] fix crash on screen blanking
This commit is contained in:
@@ -115,8 +115,10 @@ int run(struct StartupArgs & args)
|
||||
return -1;
|
||||
|
||||
while (true)
|
||||
{
|
||||
if (!svc->Process())
|
||||
break;
|
||||
}
|
||||
|
||||
svc->DeInitialize();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user