diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index 55f35a682657a5872f7957bd04f455cf0ec30838..b1206468e39d709f21a6f3d8e4113438e72c0933 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){