mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:21:57 +00:00
[c-host] stop the capture when stopping threads
This commit is contained in:
parent
a03075416c
commit
d5ad53dae7
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
a12-145-ge4d8cf2d76+1
|
||||
a12-146-ga03075416c+1
|
|
@ -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 a new issue