mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
fixed crash in rs-gui when stopping webui
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
df253e65c6
commit
96d45e7237
@ -43,7 +43,8 @@ RsControlModule::RsControlModule(int argc, char **argv, StateTokenServer* sts, A
|
|||||||
|
|
||||||
RsControlModule::~RsControlModule()
|
RsControlModule::~RsControlModule()
|
||||||
{
|
{
|
||||||
join();
|
if(isRunning())
|
||||||
|
join();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RsControlModule::processShouldExit()
|
bool RsControlModule::processShouldExit()
|
||||||
|
Loading…
Reference in New Issue
Block a user