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

TClass object should never be deleted directly

git-svn-id: http://root.cern.ch/svn/root/trunk@16281 27541ba8-7e3a-0410-8455-c3a389f83636
parent c59ea224
Branches
Tags
No related merge requests found
// @(#)root/tree:$Name: $:$Id: TSelector.cxx,v 1.28 2006/08/10 06:33:54 brun Exp $
// @(#)root/tree:$Name: $:$Id: TSelector.cxx,v 1.29 2006/08/22 14:12:05 rdm Exp $
// Author: Rene Brun 05/02/97
/*************************************************************************
......@@ -210,7 +210,6 @@ Bool_t TSelector::IsStandardDraw(const char *selec)
if (cl && (cl->InheritsFrom("TProofDraw") ||
cl->InheritsFrom("TSelectorDraw")))
stdselec = kTRUE;
SafeDelete(cl);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment