Skip to content
Snippets Groups Projects
Commit 344299f9 authored by Andrei Gheata's avatar Andrei Gheata
Browse files

Coverity fix

git-svn-id: http://root.cern.ch/svn/root/trunk@44559 27541ba8-7e3a-0410-8455-c3a389f83636
parent 833ca8cc
No related branches found
No related tags found
No related merge requests found
......@@ -111,9 +111,13 @@ public:
const char* fCurrentFile; //current file name being parsed
TGDMLParse() { //constructor
fWorldName = 0;
fWorld = 0;
fVolID = 0;
fFILENO = 0;
for (Int_t i=0; i<20; i++) fFileEngine[i] = 0;
fStartFile = 0;
fCurrentFile = 0;
}
virtual ~TGDMLParse() { //destructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment