mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Don't try to free uninitialized pointer in error case.
svn path=/trunk/; revision=12378
This commit is contained in:
parent
be70ea04aa
commit
3ad6d76cf9
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ DNS_STATUS WINAPI DnsQuery_A
|
|||
adns_if_noserverwarn,
|
||||
0 );
|
||||
if( adns_error != adns_s_ok ) {
|
||||
adns_finish( astate );
|
||||
return DnsIntTranslateAdnsToDNS_STATUS( adns_error );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue