is it memory leak?

Valeriy Onuchin (onuchin@emcal06.rhic.bnl.gov)
Fri, 02 Oct 1998 18:14:17 -0400


Hello Rooters!

When I create TH1 histo with the same name as
some exisiting hist , it prints

Warning("Build","Replacing existing histogram: %s",GetName());
gDirectory->GetList()->Remove(hold);

that just remove "hold" from dir but doesn't delete "hold"
( as it was in previous versions). Why ???

Best regards. Valery