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)
--HG-- branch : develop
This commit is contained in:
parent
c3a6610f36
commit
17847efa51
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ CSessionBrowser::~CSessionBrowser()
|
|||
_CommThread->wait();
|
||||
|
||||
// ok, we can leave
|
||||
delete _CommThread;
|
||||
}
|
||||
|
||||
/** Set auth info */
|
||||
|
|
Loading…
Reference in a new issue