]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDRawReader.cxx
Bug in the WriteToFile member functions meant that we _always_ wrote the
[u/mrichter/AliRoot.git] / FMD / AliFMDRawReader.cxx
index d51d60237f0c7099b7713df5e830a57f4df2828c..bed80daa311444a0301ba166d982519b07da33fa 100644 (file)
@@ -112,6 +112,7 @@ AliFMDRawReader::Exec(Option_t*)
   Int_t nWrite = fTree->Fill();
   AliFMDDebug(1, ("Got a grand total of %d digits, wrote %d bytes to tree", 
                   array->GetEntriesFast(), nWrite));
+  delete array;
 }
 
 //____________________________________________________________________