- Fix another memory leak

svn path=/branches/aicom-network-fixes/; revision=35385
This commit is contained in:
Cameron Gutman 2008-08-16 11:59:54 +00:00
parent 19d28c4deb
commit 0c3f9f9d05

View file

@ -148,6 +148,7 @@ AfdGetSockOrPeerName( PDEVICE_OBJECT DeviceObject, PIRP Irp,
if( ConnInfo ) ExFreePool( ConnInfo );
if( SysMdl ) IoFreeMdl( SysMdl );
if( TransAddr ) MmUnmapLockedPages( TransAddr, Mdl );
}
}