- Fix another memory leak

svn path=/branches/aicom-network-fixes/; revision=35246
This commit is contained in:
Cameron Gutman 2008-08-09 19:03:37 +00:00
parent 9ff6170e6f
commit 1364b76b4d

View file

@ -85,6 +85,7 @@ static VOID SignalSocket(
PollReq->Handles[i].Status));
}
UnlockHandles( AFD_HANDLES(PollReq), PollReq->HandleCount );
if( Irp->MdlAddress ) UnlockRequest( Irp, IoGetCurrentIrpStackLocation( Irp ) );
AFD_DbgPrint(MID_TRACE,("Completing\n"));
IoCompleteRequest( Irp, IO_NETWORK_INCREMENT );
AFD_DbgPrint(MID_TRACE,("Done\n"));