mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 18:54:02 +00:00
[host] fix faults caused by improper startup/shudown/restart ordering
This commit is contained in:
@@ -211,17 +211,8 @@ static void nvfbc_stop(void)
|
||||
{
|
||||
this->stop = true;
|
||||
|
||||
if (this->cursorEvents[0])
|
||||
{
|
||||
lgSignalEvent(this->cursorEvents[0]);
|
||||
this->cursorEvents[0] = NULL;
|
||||
}
|
||||
|
||||
if (this->frameEvent)
|
||||
{
|
||||
lgSignalEvent(this->frameEvent);
|
||||
this->frameEvent = NULL;
|
||||
}
|
||||
lgSignalEvent(this->cursorEvents[0]);
|
||||
lgSignalEvent(this->frameEvent);
|
||||
|
||||
if (this->pointerThread)
|
||||
{
|
||||
|
Reference in New Issue
Block a user