Fixed: Delete created thread (fix a memory leak)

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-04 17:15:43 +01:00
parent c3a6610f36
commit 17847efa51

View file

@ -119,6 +119,7 @@ CSessionBrowser::~CSessionBrowser()
_CommThread->wait();
// ok, we can leave
delete _CommThread;
}
/** Set auth info */