Skip to content

Commit

Permalink
[XrdCl] Avoid possibility of Channel unregistering the wrong task
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdh authored and abh3 committed Apr 14, 2023
1 parent 60db113 commit 081f233
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/XrdCl/XrdClChannel.cc
Expand Up @@ -132,7 +132,6 @@ namespace XrdCl
Channel::~Channel()
{
pTickGenerator->Invalidate();
pTaskManager->UnregisterTask( pTickGenerator );
delete pStream;
pTransport->FinalizeChannel( pChannelData );
}
Expand Down

0 comments on commit 081f233

Please sign in to comment.