mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix memory corruption, thanks to Alex for reporting.
svn path=/trunk/; revision=32527
This commit is contained in:
@@ -88,6 +88,7 @@ IopFreeIoCompletionPacket(PIO_COMPLETION_PACKET Packet)
|
||||
/* All lists failed, use the pool */
|
||||
List->L.FreeMisses++;
|
||||
ExFreePool(Packet);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user