Memory is properly released, no need to untrack it

svn path=/trunk/; revision=20504
This commit is contained in:
Gé van Geldorp 2006-01-01 11:44:55 +00:00
parent 2a3bed3c12
commit de1cfe67f5

View file

@ -115,9 +115,6 @@ VOID TCPAbortListenForSocket( PCONNECTION_ENDPOINT Listener,
ListEntry = ListEntry->Flink;
if( Bucket->AssociatedEndpoint == Connection ) {
#ifdef MEMTRACK
UntrackFL( __FILE__, __LINE__, Bucket->Request.RequestContext );
#endif
RemoveEntryList( ListEntry->Blink );
ExFreePool( Bucket );
}