Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: fix memory leak in ClusterVisualizer
Special care has to be taken when handling ClustersData objects. They contain a o2::mergers::MergeInterface object which needs to be deleted explicitly. Wrapping the ClustersData object which is pulled from CCDB ensures the memory is appropiately freed at the end of update method.
- Loading branch information