Skip to content
Snippets Groups Projects
Commit 5f911c52 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

add comment for wrong issue found by Coverity

git-svn-id: http://root.cern.ch/svn/root/trunk@37433 27541ba8-7e3a-0410-8455-c3a389f83636
parent 447fd9c2
No related branches found
No related tags found
No related merge requests found
......@@ -516,6 +516,9 @@ Int_t TUnfoldSys::SetInput(const TH1 *hist_y,Double_t scaleBias,
// and those modified by DoBackgroundSubtraction()
Int_t r=TUnfold::SetInput(hist_y,scaleBias,oneOverZeroError);
//LM: WARNING: Coverity detects here a false USE_AFTER_FREE for fY and fVyy
// the objects are deleted but then re-created immediatly afterwards in
// TUnfold::SetInput
fYData=fY;
fY=0;
fVyyData=fVyy;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment