Fixed a crash within windows when resolving dns names
This commit is contained in:
parent
1a71df9a8a
commit
28225b5f48
@ -234,6 +234,7 @@ void Resolver::resolve_dns(const char *name, const rrtype::value &type, const rr
|
||||
|
||||
delete data->lock;
|
||||
delete data;
|
||||
return;
|
||||
}
|
||||
|
||||
data->request->dns_result.pQueryRecords = query_results;
|
||||
|
Loading…
Reference in New Issue
Block a user