RE: Memory leak in TCanvas::Update?
Valery Fine (fine@bnl.gov)
Fri, 16 Apr 1999 09:55:36 -0400
> Dear ROOT developers and users,
>
> Run the two commands below and your ROOT will consume memory.
> It seems there is bug with memory management in TCanvas::Update().
>
> root [0] TCanvas *c = new TCanvas("c","c",100,100);
> root [1] while(1) c->Update();
>
I did this under Windows NT. No leak is detected yet.
Valery