- Fix a memory leak

svn path=/branches/aicom-network-fixes/; revision=35653
This commit is contained in:
Cameron Gutman 2008-08-26 00:47:22 +00:00
parent abd660f2dc
commit d4296ce6a5

View file

@ -836,6 +836,7 @@ VOID TCPRemoveIRP( PCONNECTION_ENDPOINT Endpoint, PIRP Irp ) {
if( Bucket->Request.RequestContext == Irp ) {
RemoveEntryList( &Bucket->Entry );
PoolFreeBuffer( Bucket );
break;
}
}