mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 09:46:18 +00:00
- Fix a memory leak
svn path=/branches/aicom-network-fixes/; revision=35653
This commit is contained in:
parent
abd660f2dc
commit
d4296ce6a5
1 changed files with 1 additions and 0 deletions
|
@ -836,6 +836,7 @@ VOID TCPRemoveIRP( PCONNECTION_ENDPOINT Endpoint, PIRP Irp ) {
|
|||
|
||||
if( Bucket->Request.RequestContext == Irp ) {
|
||||
RemoveEntryList( &Bucket->Entry );
|
||||
PoolFreeBuffer( Bucket );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue