Don't free this MDL. The I/O manager now does it for us.

svn path=/trunk/; revision=15408
This commit is contained in:
Art Yerkes 2005-05-19 03:36:20 +00:00
parent e1553447e9
commit 1e16c56cc3

View file

@ -141,7 +141,7 @@ AfdGetSockOrPeerName( PDEVICE_OBJECT DeviceObject, PIRP Irp,
}
/* MmUnlockPages( Mdl ); */
IoFreeMdl( Mdl );
/* IoFreeMdl( Mdl ); */
} else {
Status = STATUS_INSUFFICIENT_RESOURCES;
}