Skip to content

Commit

Permalink
[XrdCl] xrdcp: clean up chunks in-fly before destroying ZipArchive ob…
Browse files Browse the repository at this point in the history
…ject.
  • Loading branch information
simonmichal committed Apr 28, 2021
1 parent c9bed0b commit 1913644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCl/XrdClClassicCopyJob.cc
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ namespace
//------------------------------------------------------------------------
~XRootDSourceZip()
{
CleanUpChunks();
XrdCl::XRootDStatus status = pZipArchive->Close();
delete pZipArchive;
}
Expand Down

0 comments on commit 1913644

Please sign in to comment.