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: {