mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
Memory is properly released, no need to untrack it
svn path=/trunk/; revision=20504
This commit is contained in:
parent
2a3bed3c12
commit
de1cfe67f5
1 changed files with 0 additions and 3 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue