mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 02:39:22 +00:00
Fixing bug in ms_factory_voip_init.
This commit is contained in:
parent
b8468a56a1
commit
d961cb08c5
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue