From 2f63ec8135af79518cf393026e0b8af7948bf7cc Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 29 Aug 2014 15:32:40 +0200 Subject: [PATCH] Fix typo that is causing crashes. --- coreapi/call_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/call_log.c b/coreapi/call_log.c index 480f14ce6..f6defab1c 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -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