mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CDROM]
- Remove invalid frees. CID 511759. svn path=/trunk/; revision=64797
This commit is contained in:
@@ -3931,10 +3931,7 @@ CdRomSwitchModeCompletion(
|
||||
IoCompleteRequest(realIrp, IO_DISK_INCREMENT);
|
||||
|
||||
ExFreePool(srb->SenseInfoBuffer);
|
||||
ExFreePool(srb->DataBuffer);
|
||||
ExFreePool(srb);
|
||||
IoFreeMdl(Irp->MdlAddress);
|
||||
IoFreeIrp(Irp);
|
||||
|
||||
IoStartNextPacket(DeviceObject, FALSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user