]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/trains/runMain.cxx
Various fixes to not free output memory
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / trains / runMain.cxx
index 579dc5319d7d6ca1550b83a1d1a525edca66c6d5..d52b62121e3575485d55512a99d0c5763ab46829 100644 (file)
@@ -314,6 +314,7 @@ int main(int argc, char** argv)
 
   // Make an application 
   TApplication* app = 0;
+  gROOT->SetBatch(true);
   if (gui) {
     Info("", "Making an application and initializing graphics");
     gROOT->SetBatch(false);