diff --git a/libretroshare/src/gxstrans/p3gxstrans.cc b/libretroshare/src/gxstrans/p3gxstrans.cc index c57b24fbc..c58a514bb 100644 --- a/libretroshare/src/gxstrans/p3gxstrans.cc +++ b/libretroshare/src/gxstrans/p3gxstrans.cc @@ -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);