Fixing bug in ms_factory_voip_init.

This commit is contained in:
Sandrine Avakian 2016-01-21 14:55:37 +01:00
parent b8468a56a1
commit d961cb08c5
2 changed files with 2 additions and 2 deletions

View file

@ -6437,7 +6437,7 @@ static void linphone_core_uninit(LinphoneCore *lc)
if (lc->supported_formats) ms_free(lc->supported_formats);
linphone_core_message_storage_close(lc);
linphone_core_call_log_storage_close(lc);
//ms_exit();
ms_factory_uninit_voip(lc->factory);
ms_factory_uninit_plugins(lc->factory);
ms_factory_destroy(lc->factory);

@ -1 +1 @@
Subproject commit a93ad507480abdc363f4c3a9d4c2dacf90ce8028
Subproject commit 816450630d8c9fdc7e2591f43d47c6807d3fff16