Skip to content

Break the circular dependency between account and proxy config when destrying the core

Andrea Gianarda requested to merge fix/proxy_config_list_core_off into master

Before this commit, the dependency was broken in Core::releaseAccounts() which caused a crash if an application called linphone_core_get_proxy_config_list after the core was in the LinphoneGlobalOff state

Do not wrap linphone_account_get_conference_information_list_2

Merge request reports