mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NDISUIO] Addendum to r67107. Better ordering of the cleanups. CORE-8210
svn path=/trunk/; revision=67108
This commit is contained in:
parent
0d143e6148
commit
3e4eea0b98
1 changed files with 1 additions and 1 deletions
|
@ -187,8 +187,8 @@ NduReceive(NDIS_HANDLE ProtocolBindingContext,
|
|||
if (Status != NDIS_STATUS_SUCCESS)
|
||||
{
|
||||
DPRINT1("Failed to transfer data with status 0x%x\n", Status);
|
||||
ExFreePool(PacketBuffer);
|
||||
CleanupAndFreePacket(Packet, TRUE);
|
||||
ExFreePool(PacketBuffer);
|
||||
return NDIS_STATUS_NOT_ACCEPTED;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue