mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +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)
|
if (Status != NDIS_STATUS_SUCCESS)
|
||||||
{
|
{
|
||||||
DPRINT1("Failed to transfer data with status 0x%x\n", Status);
|
DPRINT1("Failed to transfer data with status 0x%x\n", Status);
|
||||||
ExFreePool(PacketBuffer);
|
|
||||||
CleanupAndFreePacket(Packet, TRUE);
|
CleanupAndFreePacket(Packet, TRUE);
|
||||||
|
ExFreePool(PacketBuffer);
|
||||||
return NDIS_STATUS_NOT_ACCEPTED;
|
return NDIS_STATUS_NOT_ACCEPTED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue