Fixed: Delete created thread (fix a memory leak)

This commit is contained in:
kervala 2016-12-04 17:15:43 +01:00
parent 8f7ab70efe
commit e805d78297

View file

@ -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 */