Skip to content

Fix mismatched new/ delete, INFO->DEBUG

Stewart Martin-Haugh requested to merge smh/athena:fix_delete into master

Valgrind highlighted that this should be a delete[].

Unrelated but trivial: make a per-event INFO statement DEBUG. Both of these help with performance, although they're not strictly related.

Merge request reports