mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 15:20:29 +08:00
Don't free this MDL. The I/O manager now does it for us.
svn path=/trunk/; revision=15408
This commit is contained in:
@@ -141,7 +141,7 @@ AfdGetSockOrPeerName( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
||||
}
|
||||
|
||||
/* MmUnlockPages( Mdl ); */
|
||||
IoFreeMdl( Mdl );
|
||||
/* IoFreeMdl( Mdl ); */
|
||||
} else {
|
||||
Status = STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user