mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +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();
|
||||
|
||||
// ok, we can leave
|
||||
delete _CommThread;
|
||||
}
|
||||
|
||||
/** Set auth info */
|
||||
|
|
Loading…
Reference in a new issue