mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00: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:
parent
e1553447e9
commit
1e16c56cc3
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ AfdGetSockOrPeerName( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
|||
}
|
||||
|
||||
/* MmUnlockPages( Mdl ); */
|
||||
IoFreeMdl( Mdl );
|
||||
/* IoFreeMdl( Mdl ); */
|
||||
} else {
|
||||
Status = STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue