]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
memory leak
authoralla <alla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 14 Oct 2011 10:40:45 +0000 (10:40 +0000)
committeralla <alla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 14 Oct 2011 10:40:45 +0000 (10:40 +0000)
T0/AliT0QAChecker.cxx

index 6dc401fbb2285e7bb791b6014881e64ba0c470c4..96c3a36bca7f4702affd759d09cd4dee6a04f35c 100644 (file)
@@ -203,7 +203,9 @@ Double_t AliT0QAChecker::CheckRaw(TObjArray *listrec) const
        // fhRawEff[ih]->GetListOfFunctions()->Add(text);       
 
      }
-  return checkr;
+    delete linelowyellow;
+    delete linelowred;
+    return checkr;
   
 }