mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Memory is properly released, no need to untrack it
svn path=/trunk/; revision=20504
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user