Exemple #1
0
/**
 * Destroys a LinphoneAddress object (actually calls linphone_address_unref()).
**/
void linphone_address_destroy(LinphoneAddress *u){
	sal_address_unref(u);
}
Exemple #2
0
/**
 * Decrement reference count of LinphoneAddress object. When dropped to zero, memory is freed.
**/
void linphone_address_unref(LinphoneAddress *addr){
	sal_address_unref(addr);
}
void sal_address_destroy(SalAddress *addr){
	sal_address_unref(addr);
}