Skip to content

Muon Reco Memory leak fix

Walter Lampl requested to merge wlampl/athena:virtCleanup into master

Fix for memory leaks origination in MuPatHitTool.

  1. Calling cleanUp through the lengthy call-chain didn't work b/c of missing virtual keyword in two base classes
  2. cleanUp was missing in MuonStauRecoTool

valgrind is still running to confirm that the leak is gone.

Merge request reports