[c-host] fix multiple re-inits due to threads flagging for reinit

This commit is contained in:
Geoffrey McRae 2019-04-10 13:06:33 +10:00
parent f0758768b9
commit 4002f2716d

View File

@ -357,6 +357,7 @@ int app_main()
exitcode = -1; exitcode = -1;
goto exit; goto exit;
} }
app.reinit = false;
continue; continue;
case CAPTURE_RESULT_ERROR: case CAPTURE_RESULT_ERROR: