Failed to reset flag in X11 event queue buffer and that could cause

multiple threads to access the X display connection simultaneously
which causes synergy to die.
This commit is contained in:
crs 2004-06-07 21:06:49 +00:00
parent 70e2d2b89a
commit 2de2b72af9
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ CXWindowsEventQueueBuffer::waitForEvent(double dtimeout)
{
// we're no longer waiting for events
CLock lock(&m_mutex);
m_waiting = true;
m_waiting = false;
}
CThread::testCancel();