mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:52:56 +00:00
- Fix a memory leak
svn path=/branches/aicom-network-fixes/; revision=35463
This commit is contained in:
parent
735fdd1782
commit
717ec21981
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ AfdConnectedSocketWriteData(PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
|||
|
||||
if( SendReq->AfdFlags & AFD_IMMEDIATE ) {
|
||||
AFD_DbgPrint(MID_TRACE,("Nonblocking\n"));
|
||||
UnlockBuffers( SendReq->BufferArray, SendReq->BufferCount, FALSE );
|
||||
return UnlockAndMaybeComplete
|
||||
( FCB, STATUS_CANT_WAIT, Irp, 0, NULL );
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue