mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -05:00
removed saving of GxsTrans configuration in class destructor, causing lock up when quitting RS
This commit is contained in:
parent
6c4d1c34e3
commit
fb21e427be
@ -33,7 +33,8 @@ const uint32_t p3GxsTrans::MAX_DELAY_BETWEEN_CLEANUPS = 900; // every 15 mins. C
|
||||
|
||||
p3GxsTrans::~p3GxsTrans()
|
||||
{
|
||||
p3Config::saveConfiguration();
|
||||
// (cyril) this cannot be called here! There's chances the thread that saves configs will be dead already!
|
||||
//p3Config::saveConfiguration();
|
||||
|
||||
{
|
||||
RS_STACK_MUTEX(mIngoingMutex);
|
||||
|
Loading…
Reference in New Issue
Block a user