diff --git a/src/conference/handlers/remote-conference-list-event-handler.cpp b/src/conference/handlers/remote-conference-list-event-handler.cpp index 9293128b1..3c503bb3a 100644 --- a/src/conference/handlers/remote-conference-list-event-handler.cpp +++ b/src/conference/handlers/remote-conference-list-event-handler.cpp @@ -105,6 +105,7 @@ void RemoteConferenceListEventHandler::unsubscribe () { return; linphone_event_terminate(lev); + linphone_event_unref(lev); lev = nullptr; }