belle_sip_freeaddrinfo() is now bctbx_freeaddrinfo().

This commit is contained in:
Ghislain MARY 2016-05-12 14:07:28 +02:00
parent 7e36a186ef
commit db76eba44b
2 changed files with 2 additions and 1 deletions

View file

@ -572,7 +572,7 @@ void linphone_core_adapt_to_network(LinphoneCore *lc, int ping_time_ms, Linphone
static void stun_server_resolved(LinphoneCore *lc, const char *name, struct addrinfo *addrinfo){
if (lc->net_conf.stun_addrinfo){
belle_sip_freeaddrinfo(lc->net_conf.stun_addrinfo);
bctbx_freeaddrinfo(lc->net_conf.stun_addrinfo);
lc->net_conf.stun_addrinfo=NULL;
}
if (addrinfo){

View file

@ -37,6 +37,7 @@
#include "ringtoneplayer.h"
#include "vcard.h"
#include <bctoolbox/port.h>
#include <belle-sip/object.h>
#include <belle-sip/dict.h>