[host] fix crash on screen blanking

This commit is contained in:
Geoffrey McRae
2018-06-01 00:38:15 +10:00
parent 14954cc426
commit 8a9d0b0bfb
3 changed files with 18 additions and 16 deletions

View File

@@ -115,8 +115,10 @@ int run(struct StartupArgs & args)
return -1;
while (true)
{
if (!svc->Process())
break;
}
svc->DeInitialize();
return 0;