Fix mismatched new/ delete, INFO->DEBUG
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.
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.