mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Merge r35653 from aicom-network-fixes
- Fixes a major leak when closing Firefox svn path=/trunk/; revision=35654
This commit is contained in:
parent
cbcbf539b8
commit
b47d70ccd3
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…
Reference in a new issue