From 7212566e88c272f5d3ecece0fcc02b82f119624f Mon Sep 17 00:00:00 2001 From: hdalsgaa Date: Wed, 7 Oct 2009 11:46:54 +0000 Subject: [PATCH] fix requested by Laurent Aphecetche to clean up the memory properly during simulation of raw data --- FMD/AliFMDRawWriter.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/FMD/AliFMDRawWriter.cxx b/FMD/AliFMDRawWriter.cxx index 6cd64b0aac2..acb8687a36c 100644 --- a/FMD/AliFMDRawWriter.cxx +++ b/FMD/AliFMDRawWriter.cxx @@ -159,6 +159,7 @@ AliFMDRawWriter::Exec(Option_t*) WriteDigits(digits); } loader->UnloadDigits(); + delete digits; } #if 1 -- 2.39.3