mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Close the handle on failure
svn path=/branches/aicom-network-fixes/; revision=35116
This commit is contained in:
@@ -867,6 +867,7 @@ static NTSTATUS FindDeviceDescForAdapter( PUNICODE_STRING Name,
|
||||
|
||||
if( !NT_SUCCESS(Status) ) {
|
||||
TI_DbgPrint(DEBUG_DATALINK,("Couldn't enum key child %d\n", i));
|
||||
NtClose( EnumKey );
|
||||
ExFreePool( Kbio );
|
||||
return Status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user