mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix crash since remote params now need to take a reference on the custom headers.
This commit is contained in:
parent
04f3bbc212
commit
7974621bae
1 changed files with 1 additions and 1 deletions
|
|
@ -1133,7 +1133,7 @@ const LinphoneCallParams * linphone_call_get_remote_params(LinphoneCall *call){
|
|||
}
|
||||
if (md->name[0]!='\0') linphone_call_params_set_session_name(cp,md->name);
|
||||
}
|
||||
cp->custom_headers=(SalCustomHeader*)sal_op_get_recv_custom_header(call->op);
|
||||
cp->custom_headers=sal_custom_header_clone((SalCustomHeader*)sal_op_get_recv_custom_header(call->op));
|
||||
return cp;
|
||||
}
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue