DNS: cleanup

pull/215/head
M66B 6 months ago
parent 1b770c89eb
commit 706ce8ba48

@ -673,6 +673,7 @@ public class DnsHelper {
ex = new IOException("interrupted");
}
try {
if (ex == null) {
Log.i("DNS Android answer=" + result);
return result;
@ -680,6 +681,10 @@ public class DnsHelper {
Log.i(ex);
throw ex;
}
} finally {
ex = null;
result = null;
}
}
}

Loading…
Cancel
Save