mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Delete created thread (fix a memory leak)
This commit is contained in:
parent
8f7ab70efe
commit
e805d78297
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ CSessionBrowser::~CSessionBrowser()
|
||||||
_CommThread->wait();
|
_CommThread->wait();
|
||||||
|
|
||||||
// ok, we can leave
|
// ok, we can leave
|
||||||
|
delete _CommThread;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Set auth info */
|
/** Set auth info */
|
||||||
|
|
Loading…
Reference in a new issue