Skip to content
Snippets Groups Projects
Commit 9584f3af authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau Committed by Volker Friese
Browse files

Fix for run_digi crash at exit, to be solved better on FairRoot side

parent 6654966d
No related branches found
No related tags found
1 merge request!911Fix for run_digi crash at exit, to be solved better on FairRoot side
Pipeline #18523 passed
...@@ -473,6 +473,9 @@ void CbmDigitization::Run(Int_t event1, Int_t event2) ...@@ -473,6 +473,9 @@ void CbmDigitization::Run(Int_t event1, Int_t event2)
} }
delete gGeoManager; delete gGeoManager;
} }
TList* badlist = gROOT->GetListOfBrowsables();
badlist->Remove(badlist->FindObject("FairTaskList"));
delete run; delete run;
} }
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment