Skip to content

ParticleJetTools: Fix compilation warning and memory leak

William Keaton Balunas requested to merge wbalunas/athena:fixwarning-200331 into 21.6

This is a very simple fix for an unused-variable warning which had been showing up in 21.6 builds. It looks like there was also a potential memory leak here, as matches appears to be allocated but not freed if GENERATIONBASE is set, which is fixed as well.

Merge request reports