mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[c-host] fix multiple re-inits due to threads flagging for reinit
This commit is contained in:
parent
f0758768b9
commit
4002f2716d
@ -357,6 +357,7 @@ int app_main()
|
||||
exitcode = -1;
|
||||
goto exit;
|
||||
}
|
||||
app.reinit = false;
|
||||
continue;
|
||||
|
||||
case CAPTURE_RESULT_ERROR:
|
||||
|
Loading…
Reference in New Issue
Block a user