mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 16:44:24 +08:00
[NDISUIO] Addendum to r67107. Better ordering of the cleanups. CORE-8210
svn path=/trunk/; revision=67108
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user