mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-28 05:46:22 +00:00
Updating mediastreamer2 and oRTP.
Removing ms_factory_uninit_plugins which is already called in ms_factory_destroy.
This commit is contained in:
parent
22e62b660f
commit
e5a09abcba
3 changed files with 2 additions and 3 deletions
|
|
@ -6441,7 +6441,6 @@ static void linphone_core_uninit(LinphoneCore *lc)
|
||||||
linphone_core_call_log_storage_close(lc);
|
linphone_core_call_log_storage_close(lc);
|
||||||
|
|
||||||
ms_factory_uninit_voip(lc->factory);
|
ms_factory_uninit_voip(lc->factory);
|
||||||
ms_factory_uninit_plugins(lc->factory);
|
|
||||||
ms_factory_destroy(lc->factory);
|
ms_factory_destroy(lc->factory);
|
||||||
// TODO : set to null
|
// TODO : set to null
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 006d694facbd7b938b5fcb78575d1813d430a0cf
|
Subproject commit 2bbda96299bf3263cb59c7c423ddc1e763135670
|
||||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
||||||
Subproject commit 02ce979cfdf80b68f1d13e1d0185bf2b827f4b7e
|
Subproject commit 83bf0a09cc2127086e15817d16793320c9fb9af0
|
||||||
Loading…
Add table
Reference in a new issue