Skip to content

Commit

Permalink
[XrdCl] HostList is now owned by MsgHandler, don't delete it.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal authored and gganis committed Nov 23, 2021
1 parent 488c656 commit c2384d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/XrdCl/XrdClMessageUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ namespace XrdCl
// Release the SID as the request was never send
sidMgr->ReleaseSID( req->streamid );
delete msgHandler;
delete list;
return st;
}
return XRootDStatus();
Expand Down

0 comments on commit c2384d6

Please sign in to comment.