Fix crash in account_creator configure

if the configure fail we release the proxy_config of account_creator
This commit is contained in:
Erwan Croze 2017-04-12 15:00:29 +02:00
parent 15bc305047
commit 0e51d43eb4

View file

@ -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 **************************/