[HIDCLASS][USBHUB]
[reactos.git] / reactos / drivers / usb / usbhub / pdo.c
index 9c3e068..7813920 100644 (file)
@@ -48,6 +48,11 @@ UrbCompletion(
     //
     IoCompleteRequest(OriginalIrp, IO_NO_INCREMENT);
 
+    //
+    // Free our allocated IRP
+    //
+    IoFreeIrp(Irp);
+
     //
     // Return this status so the IO Manager doesnt mess with the Irp
     //