Skip to content
Snippets Groups Projects
Commit b007a2b4 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

Fix segfault on exit in CbmDigitization: source deletion already/also in FairRootManager

parent 00e3011e
No related branches found
No related tags found
2 merge requests!892Draft: Fix segfault at exit of unpacking macros,!890Fix segfault on exit of macros: unpacking and digitization
Pipeline #17982 canceled
......@@ -68,7 +68,6 @@ CbmDigitization::~CbmDigitization()
if (it->second) delete it->second;
} //# CbmDigitizeInfos
// CbmDaq and the digitizers are destructed by FairRun.
if (fSource) delete fSource;
}
// --------------------------------------------------------------------------
......
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