mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-01 18:06:24 +00:00
Fix crash in linphone_core_manager_uninit().
This commit is contained in:
parent
b60346b25b
commit
6157e3a92a
1 changed files with 0 additions and 4 deletions
|
|
@ -489,10 +489,6 @@ void linphone_core_manager_uninit(LinphoneCoreManager *mgr) {
|
||||||
if (mgr->phone_alias) {
|
if (mgr->phone_alias) {
|
||||||
ms_free(mgr->phone_alias);
|
ms_free(mgr->phone_alias);
|
||||||
}
|
}
|
||||||
if (mgr->stat.last_received_chat_message) {
|
|
||||||
linphone_chat_message_unref(mgr->stat.last_received_chat_message);
|
|
||||||
}
|
|
||||||
if (mgr->stat.last_received_info_message) linphone_info_message_unref(mgr->stat.last_received_info_message);
|
|
||||||
if (mgr->identity) {
|
if (mgr->identity) {
|
||||||
linphone_address_unref(mgr->identity);
|
linphone_address_unref(mgr->identity);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue