Skip to content
Snippets Groups Projects
Commit e31b199e authored by Philippe Canal's avatar Philippe Canal
Browse files

fix uninitialized member (coverity)

git-svn-id: http://root.cern.ch/svn/root/trunk@31748 27541ba8-7e3a-0410-8455-c3a389f83636
parent f0f3cfc4
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ TFree::TFree()
{
// TFree default constructor.
fFirst = fLast = 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