mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[c-host] stop the capture when stopping threads
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user