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