Skip to content

main-coverity-LArSamplesMon

Shaun Roe requested to merge sroe/athena:main-coverity-LArSamplesMon into main

Coverity defects: a few possible divide-by-zero defects, and a lot of resource leaks due to 'new'ed histograms not being deleted. Resolution was to create these on the stack, not the heap. cppcheck defect: uninitialised member variable.

Merge request reports