[c-host] stop the capture when stopping threads

This commit is contained in:
Geoffrey McRae 2019-04-10 21:36:43 +10:00
parent a03075416c
commit d5ad53dae7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
a12-145-ge4d8cf2d76+1
a12-146-ga03075416c+1

View File

@ -202,6 +202,7 @@ bool stopThreads()
bool ok = true;
app.running = false;
app.iface->stop();
if (app.frameThread && !os_joinThread(app.frameThread, NULL))
{
@ -368,7 +369,6 @@ int app_main()
}
finish:
iface->stop();
stopThreads();
exit: