Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
proof: fix Coverity #66767
  • Loading branch information
gganis committed Apr 10, 2017
commit c134ab2a7bdf5bbfce0eba2856f18e5944957384
1 change: 1 addition & 0 deletions proof/proof/src/TPackMgr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,7 @@ Int_t TPackMgr::Install(const char *parpath, Bool_t rmold)
if (install) {
if (!TFile::Cp(psrc, dest)) {
Error("Install", "could not copy %s to %s", psrc.Data(), dest.Data());
if (md5) delete md5;
return -1;
}
}
Expand Down