ParticleJetTools: Fix compilation warning and memory leak
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.