]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/EMCALPEDda.cxx
free resources for skipped events in DA and require that EMC was in readout for LED DA
[u/mrichter/AliRoot.git] / EMCAL / EMCALPEDda.cxx
index ae81b4bbcdfa0f56af0a2de5446b322a955c69f4..1410b0db1a39f4a2d994370addfcc2087ee2c4f3 100644 (file)
@@ -189,6 +189,7 @@ int main(int argc, char **argv) {
       /* skip start/end of run events */
       if ( (eventT != physicsEvent) && (eventT != calibrationEvent) &&
           (eventT != systemSoftwareTriggerEvent) && (eventT != detectorSoftwareTriggerEvent) ) {
+       free(event);
        continue;
       }