Fixed crash on shutdown of RetroShare, when the cache loading is running.

Now the p3distrib threads are stopped before the instance of AuthGPG is deleted.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4119 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-04-03 16:20:47 +00:00
parent 372d837af1
commit f9c896c3ac
5 changed files with 15 additions and 3 deletions

View file

@ -45,7 +45,7 @@
#include "services/p3blogs.h"
#include "services/p3statusservice.h"
#include "services/p3channels.h"
#include "services/p3forums.h"
/* The Main Interface Class - for controlling the server */
@ -163,6 +163,7 @@ class RsServer: public RsControl, public RsThread
p3ChatService *chatSrv;
p3StatusService *mStatusSrv;
p3Channels *mChannels;
p3Forums *mForums;
/* caches (that need ticking) */
p3Ranking *mRanking;