Fixed a crash within windows when resolving dns names

This commit is contained in:
WolverinDEV 2020-02-09 01:18:57 +01:00
parent 1a71df9a8a
commit 28225b5f48

View File

@ -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;