From b9e20236aa6c9c4e670d9688f48fb6236e7f3f2e Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Tue, 7 Jan 2025 13:30:33 +0100 Subject: [PATCH] try to fix #LINQT-1332 persistent CallModel --- Linphone/core/call/CallList.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Linphone/core/call/CallList.cpp b/Linphone/core/call/CallList.cpp index a0f030035..33ee1421f 100644 --- a/Linphone/core/call/CallList.cpp +++ b/Linphone/core/call/CallList.cpp @@ -210,6 +210,7 @@ void CallList::onStateChanged() { } sharedCall->disconnect(this); remove(sharedCall); + call->deleteLater(); break; } default: {