Skip to content

IOVSvc+AthenaKernel: Fix ubsan warning; general cleanup.

Scott Snyder requested to merge ssnyder/athena:release.IOVSvc-20190521 into master

Remove releaseTool calls from finalize(). They're not really needed, and it's possible for the tools to be deleted before this is called, which results in warnings from the ub sanitizer. Should fix test failure in CSC_Digitization.

Also do some general cleanup.

Merge request reports