Skip to content

Fix memory leak in track base class

Paul Jean Schutze requested to merge pschutze/corryvreckan:trackleak into master

In the track base class constructor Track(Track& track), clusters are created and never deleted.

I am not sure whether using the clusters of the initial track is the correct way to do it, or whether the clusters should be created here and deleted in the constructor.

Merge request reports