From 4386a3dc6d39a652ec8d19cb81d3e108dfd314b0 Mon Sep 17 00:00:00 2001 From: Jehan Monnier <jehan.monnier@linphone.org> Date: Fri, 8 Feb 2019 11:33:34 +0100 Subject: [PATCH] remove unwanted spaces --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 55f35a6826..b1206468e3 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -6289,7 +6289,7 @@ void _linphone_core_uninit(LinphoneCore *lc) lc->chat_rooms = bctbx_list_free_with_data(lc->chat_rooms, (bctbx_list_free_func)linphone_chat_room_unref); //no longer call LinphoneGlobalShutdown because it cause LinphoneCore revival in case of managed languages like Java - getPlatformHelpers(lc)->onLinphoneCoreStop(); + getPlatformHelpers(lc)->onLinphoneCoreStop(); #ifdef VIDEO_ENABLED if (lc->previewstream!=NULL){ -- GitLab