]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
memory leak fixed, bug https://savannah.cern.ch/bugs/index.php?66649
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Apr 2010 13:55:14 +0000 (13:55 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Apr 2010 13:55:14 +0000 (13:55 +0000)
HLT/trigger/AliHLTTriggerAgent.cxx

index c4be805740c276ce91c1bf3914e3bbbc0cb78c67..0d85ccf685352914856c69ad7979e5d30f754bc4 100644 (file)
@@ -437,6 +437,8 @@ int AliHLTTriggerAgent::AliHLTTriggerDecisionHandler::ProcessData(AliHLTOUT* pDa
              fSize=pMsg->CompLength();
              fpData->Set(fSize, pMsg->CompBuffer());
            }
+           delete pMsg;
+           pMsg=NULL;
          } else {
            HLTError("streaming of objects failed");
          }