Skip to content

Commit

Permalink
Do not give up ownership of ChunkInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert authored and simonmichal committed Jan 28, 2022
1 parent c18a937 commit 857ecd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/XrdCl/XrdClXCpSrc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ class ChunkHandler: public ResponseHandler
ChunkInfo *rsp = nullptr;
response->Get( rsp );
chunk = new PageInfo( rsp->offset, rsp->length, rsp->buffer );
response->Set( ( int* )0 );
}
}

Expand Down

0 comments on commit 857ecd0

Please sign in to comment.