Memory leak in TCanvas::Update?
Alexander Zvyagin (zvyagin_at_mx.ihep.su)
Fri, 16 Apr 1999 08:33:47 GMT+03:00
Date: Fri, 16 Apr 1999 08:33:44 +0000
From: ZVYAGIN <ZVYAGIN_at_mx.ihep.su>
X-Sender: ZVYAGIN@polar.ihep.su
To: ROOT talk <roottalk@hpsalo.cern.ch>
Subject: Memory leak in TCanvas::Update?
Message-ID: <Pine.VMS.3.91-b11-vms.990416082753.14920B-100000@polar.ihep.su>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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();
With best wishes,
Alexander Zvyagin.