diff --git a/Linphone/model/account/AccountModel.cpp b/Linphone/model/account/AccountModel.cpp index c177b6b29..60df3e702 100644 --- a/Linphone/model/account/AccountModel.cpp +++ b/Linphone/model/account/AccountModel.cpp @@ -148,7 +148,7 @@ void AccountModel::removeAccount() { ? Utils::coreStringToAppString(params->getIdentityAddress()->asString()) : "Null"); mToRemove = true; - if (mMonitor) core->removeAccount(mMonitor); + if (mMonitor) core->removeAccountWithData(mMonitor); } std::shared_ptr AccountModel::getAccount() const { @@ -605,4 +605,4 @@ bool AccountModel::forwardToVoiceMailInDndPresence() { std::list> AccountModel::getChatRooms() { return mMonitor->getChatRooms(); -} \ No newline at end of file +} diff --git a/external/linphone-sdk b/external/linphone-sdk index 3ac59232c..d8fdef7a1 160000 --- a/external/linphone-sdk +++ b/external/linphone-sdk @@ -1 +1 @@ -Subproject commit 3ac59232c3f6c0553226708ef7ce81f716fbb10e +Subproject commit d8fdef7a1ea2599bb0b437bc93da58f790587b95