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()
|
TextThread::~TextThread()
|
||||||
{
|
{
|
||||||
|
LOCK(ttMutex);
|
||||||
SetEvent(deletionEvent);
|
SetEvent(deletionEvent);
|
||||||
flushThread.join();
|
flushThread.join();
|
||||||
CloseHandle(deletionEvent);
|
CloseHandle(deletionEvent);
|
||||||
|
Loading…
Reference in New Issue
Block a user