mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04: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
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ RsControlModule::RsControlModule(int argc, char **argv, StateTokenServer* sts, A
|
|||
|
||||
RsControlModule::~RsControlModule()
|
||||
{
|
||||
join();
|
||||
if(isRunning())
|
||||
join();
|
||||
}
|
||||
|
||||
bool RsControlModule::processShouldExit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue