mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +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 ) {
|
if( Bucket->Request.RequestContext == Irp ) {
|
||||||
RemoveEntryList( &Bucket->Entry );
|
RemoveEntryList( &Bucket->Entry );
|
||||||
|
PoolFreeBuffer( Bucket );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue