mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-13 09:03:33 -04:00
improved RsServer so that join() is called on every running thread at shutdown, hence avoiding SIGSEGV. Removed some unused members of RsServer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7776 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
acc45a4382
commit
c8b3d4e527
6 changed files with 118 additions and 96 deletions
|
@ -83,13 +83,13 @@ RsServer::RsServer()
|
|||
/* GXS - Amazingly we can still initialise these
|
||||
* even without knowing the data-types (they are just pointers???)
|
||||
*/
|
||||
mPhoto = NULL;
|
||||
mWiki = NULL;
|
||||
mPosted = NULL;
|
||||
mGxsCircles = NULL;
|
||||
mGxsIdService = NULL;
|
||||
mGxsForums = NULL;
|
||||
mWire = NULL;
|
||||
// mPhoto = NULL;
|
||||
// mWiki = NULL;
|
||||
// mPosted = NULL;
|
||||
// mGxsCircles = NULL;
|
||||
// mGxsIdService = NULL;
|
||||
// mGxsForums = NULL;
|
||||
// mWire = NULL;
|
||||
}
|
||||
|
||||
RsServer::~RsServer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue