Skip to content

Commit

Permalink
Merge pull request #19665 from davidlange6/clangTidyTest12-readabilit…
Browse files Browse the repository at this point in the history
…y-uniqueptr-delete-release

clang check readability-uniqueptr-delete-release
  • Loading branch information
cmsbuild committed Jul 20, 2017
2 parents d4567c9 + b3fa16f commit df348f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alignment/Geners/src/WriteOnlyCatalog.cc
Expand Up @@ -33,7 +33,7 @@ namespace gs {
}
else
{
delete lastEntry_.release();
lastEntry_ = nullptr;
return 0ULL;
}
}
Expand Down

0 comments on commit df348f5

Please sign in to comment.