mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Fix crash when quiting Linphone on Windows, Linux (XFCE,Gnome 2)
This commit is contained in:
parent
096b71cd7e
commit
a98d7b3fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ static LinphoneStatusIcon *_linphone_status_icon_new(const _LinphoneStatusIconDe
|
|||
}
|
||||
|
||||
static void _linphone_status_icon_free(LinphoneStatusIcon *obj) {
|
||||
if(obj->desc->uninit) obj->desc->uninit(obj->data);
|
||||
if(obj->desc->uninit) obj->desc->uninit(obj);
|
||||
if(obj->params) linphone_status_icon_params_unref(obj->params);
|
||||
g_free(obj);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue