mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
Fix crash in account_creator configure
if the configure fail we release the proxy_config of account_creator
This commit is contained in:
parent
15bc305047
commit
0e51d43eb4
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ LinphoneProxyConfig * linphone_account_creator_configure(const LinphoneAccountCr
|
|||
}
|
||||
|
||||
linphone_core_remove_auth_info(creator->core, info);
|
||||
linphone_proxy_config_unref(cfg);
|
||||
return NULL;
|
||||
}
|
||||
/************************** End Misc **************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue