Skip to content

Commit

Permalink
another couple of missing delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Nov 22, 2017
1 parent d1bc44d commit 4a04ccc
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -186,6 +186,8 @@ PrimaryVertexValidation::~PrimaryVertexValidation()
{
// do anything here that needs to be done at desctruction time
// (e.g. close files, deallocate resources etc.)
if (theTrackFilter_) delete theTrackFilter_;
if (theTrackClusterizer_) delete theTrackClusterizer_;
}


Expand Down

0 comments on commit 4a04ccc

Please sign in to comment.