Reset thread back to null on finish #4712

This commit is contained in:
Jerry (Xinyu Hou) 2015-07-17 13:35:37 -07:00
parent bfc3ac340f
commit 7259e71439
1 changed files with 2 additions and 0 deletions

View File

@ -775,6 +775,8 @@ Client::sendClipboardThread(void*)
sendClipboard(id); sendClipboard(id);
} }
} }
m_sendClipboardThread = NULL;
} }
void void