Skip to content
Snippets Groups Projects
Commit 50089b48 authored by Axel Naumann's avatar Axel Naumann
Browse files

Initialize member also in error case (Coverity 56138).

parent eb7df2a8
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ TMCThreadLocal TVirtualMC* TVirtualMC::fgMC=0;
TVirtualMC::TVirtualMC(const char *name, const char *title,
Bool_t /*isRootGeometrySupported*/)
: TNamed(name,title),
fApplication(0),
fStack(0),
fDecayer(0),
fRandom(0),
......
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