Skip to content

Commit 16f8040

Browse files
anerokhisawenzel
authored andcommitted
Use array delete
1 parent 70bbaf8 commit 16f8040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Analysis/PWGDQ/src/HistogramManager.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ HistogramManager::~HistogramManager()
7676
// De-constructor
7777
//
7878
delete fMainList;
79-
delete fUsedVars;
79+
delete[] fUsedVars;
8080
}
8181

8282
//_______________________________________________________________________________

0 commit comments

Comments
 (0)