mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
fix regression in error_info reporting of LinphoneEvent
This commit is contained in:
parent
511bd799a5
commit
1abb2429fb
1 changed files with 2 additions and 3 deletions
|
|
@ -70,9 +70,8 @@ LINPHONE_PUBLIC const char *linphone_publish_state_to_string(LinphonePublishStat
|
|||
|
||||
static void linphone_event_release(LinphoneEvent *lev){
|
||||
if (lev->op) {
|
||||
/*this will stop the refreesher*/
|
||||
sal_op_release(lev->op);
|
||||
lev->op = NULL;
|
||||
/*this will stop the refresher*/
|
||||
sal_op_stop_refreshing(lev->op);
|
||||
}
|
||||
linphone_event_unref(lev);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue