mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 00:59:20 +00:00
Fix typo that is causing crashes.
This commit is contained in:
parent
a03227d3e2
commit
2f63ec8135
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ void linphone_call_log_destroy(LinphoneCallLog *cl) {
|
|||
BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphoneCallLog);
|
||||
|
||||
BELLE_SIP_INSTANCIATE_VPTR(LinphoneCallLog, belle_sip_object_t,
|
||||
(belle_sip_object_destroy_t)linphone_call_log_destroy,
|
||||
(belle_sip_object_destroy_t)_linphone_call_log_destroy,
|
||||
NULL, // clone
|
||||
NULL, // marshal
|
||||
FALSE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue