Skip to content

Commit

Permalink
missing [] in array delete
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Jan 16, 2014
1 parent 48f7c04 commit 5d06237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ANALYSIS/ESDfilter/AliAnalysisTaskESDfilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ AliAnalysisTaskESDfilter::AliAnalysisTaskESDfilter(const char* name):
}
AliAnalysisTaskESDfilter::~AliAnalysisTaskESDfilter(){
if(fIsPidOwner) delete fESDpid;
delete fRefitVertexTracksCuts;
delete[] fRefitVertexTracksCuts;
}

//______________________________________________________________________________
Expand Down

0 comments on commit 5d06237

Please sign in to comment.