bugfix (?)
This commit is contained in:
parent
189691a562
commit
fcb3fd63d3
@ -9,6 +9,7 @@ TextThread::TextThread(ThreadParam tp, DWORD status) : tp(tp), status(status) {}
|
||||
|
||||
TextThread::~TextThread()
|
||||
{
|
||||
LOCK(ttMutex);
|
||||
SetEvent(deletionEvent);
|
||||
flushThread.join();
|
||||
CloseHandle(deletionEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user