forked from mirrors/linphone-iphone
Revert "Fix possible leak of STUN resolver context."
This reverts commit a2318062c5.
This commit is contained in:
parent
a2318062c5
commit
ce1955ff05
1 changed files with 0 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ static void linphone_nat_policy_destroy(LinphoneNatPolicy *policy) {
|
|||
if (policy->stun_addrinfo) bctbx_freeaddrinfo(policy->stun_addrinfo);
|
||||
if (policy->stun_resolver_context) {
|
||||
sal_resolve_cancel(policy->stun_resolver_context);
|
||||
sal_resolver_context_unref(policy->stun_resolver_context);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue