- Fix memory corruption, thanks to Alex for reporting.

svn path=/trunk/; revision=32527
This commit is contained in:
Aleksey Bragin
2008-02-29 09:43:36 +00:00
parent 3c8c05443a
commit 7449ba7de2
+1
View File
@@ -88,6 +88,7 @@ IopFreeIoCompletionPacket(PIO_COMPLETION_PACKET Packet)
/* All lists failed, use the pool */
List->L.FreeMisses++;
ExFreePool(Packet);
return;
}
}