mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
- Fix another memory leak
svn path=/branches/aicom-network-fixes/; revision=35246
This commit is contained in:
parent
9ff6170e6f
commit
1364b76b4d
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ static VOID SignalSocket(
|
||||||
PollReq->Handles[i].Status));
|
PollReq->Handles[i].Status));
|
||||||
}
|
}
|
||||||
UnlockHandles( AFD_HANDLES(PollReq), PollReq->HandleCount );
|
UnlockHandles( AFD_HANDLES(PollReq), PollReq->HandleCount );
|
||||||
|
if( Irp->MdlAddress ) UnlockRequest( Irp, IoGetCurrentIrpStackLocation( Irp ) );
|
||||||
AFD_DbgPrint(MID_TRACE,("Completing\n"));
|
AFD_DbgPrint(MID_TRACE,("Completing\n"));
|
||||||
IoCompleteRequest( Irp, IO_NETWORK_INCREMENT );
|
IoCompleteRequest( Irp, IO_NETWORK_INCREMENT );
|
||||||
AFD_DbgPrint(MID_TRACE,("Done\n"));
|
AFD_DbgPrint(MID_TRACE,("Done\n"));
|
||||||
|
|
Loading…
Reference in a new issue