mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[c-host] stop the capture when stopping threads
This commit is contained in:
parent
a03075416c
commit
d5ad53dae7
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user