star-bnl / star-sw

Core software for STAR experiment
26 stars 63 forks source link

Catch a memory leak in a TList #681

Closed genevb closed 3 weeks ago

genevb commented 3 weeks ago

This modification is to remove a memory leak that existed from creating a TList that was never cleared in StHistUtil. This is not used in production, but is used by some Offline QA macros, so those macros have been appropriately updated in this PR.