From 5492ab342d49dc20f0245277199a9984e1d288c3 Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Mon, 3 Feb 2025 11:45:18 +0100 Subject: [PATCH] Re-add remove account core call --- Linphone/model/account/AccountModel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Linphone/model/account/AccountModel.cpp b/Linphone/model/account/AccountModel.cpp index 3321257ad..4e736da98 100644 --- a/Linphone/model/account/AccountModel.cpp +++ b/Linphone/model/account/AccountModel.cpp @@ -127,6 +127,7 @@ void AccountModel::removeAccount() { .arg(params && params->getIdentityAddress() ? Utils::coreStringToAppString(params->getIdentityAddress()->asString()) : "Null"); + if (mMonitor) core->removeAccount(mMonitor); } std::shared_ptr AccountModel::getAccount() const {