Skip to content

22.0-coverity-TRT_G4Utilities

Shaun Roe requested to merge sroe/athena:22.0-coverity-TRT_G4Utilities into master

Correct possible memory leak by switching from heap-allocated c-style arrays (which need deleting) to stack allocated vectors which simply go out of scope and release the memory.

Merge request reports