mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[USBSTOR]
- Avoid MDL leak in USBSTOR_SendIrp. Patch by Lesan Ilie. CORE-13061 #resolve svn path=/trunk/; revision=74303
This commit is contained in:
parent
cb78e64537
commit
21b119daec
1 changed files with 1 additions and 0 deletions
|
@ -1183,6 +1183,7 @@ USBSTOR_SendIrp(
|
|||
// free resources
|
||||
//
|
||||
ExFreePoolWithTag(Request, USB_STOR_TAG);
|
||||
IoFreeMdl(Irp->MdlAddress);
|
||||
IoFreeIrp(Irp);
|
||||
return Status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue