Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
14d74d75
Commit
14d74d75
authored
Sep 06, 2017
by
Ronan
Browse files
fix(call): avoid crash in sal_op_set_and_clean_contact_address
parent
f755d8be
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecall.c
View file @
14d74d75
...
...
@@ -5020,7 +5020,7 @@ void linphone_call_set_contact_op(LinphoneCall* call) {
contact
=
get_fixed_contact
(
call
->
core
,
call
,
call
->
dest_proxy
);
sal_op_set_and_clean_contact_address
(
call
->
op
,
(
SalAddress
*
)
L_GET_PRIVATE_FROM_C_STRUCT
(
contact
,
Address
)
->
getInternalAddress
()
contact
?
(
SalAddress
*
)
L_GET_PRIVATE_FROM_C_STRUCT
(
contact
,
Address
)
->
getInternalAddress
()
:
nullptr
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment