avoir memory leak

This commit is contained in:
Benjamin Reis 2018-03-16 11:32:16 +01:00
parent 3728262f9a
commit dc05b6821f

View file

@ -105,6 +105,7 @@ void RemoteConferenceListEventHandler::unsubscribe () {
return;
linphone_event_terminate(lev);
linphone_event_unref(lev);
lev = nullptr;
}