Memory leak in TCanvas::Update?

From: Alexander Zvyagin (zvyagin@mx.ihep.su)
Date: Fri Apr 16 1999 - 02:18:29 MEST


Date: Fri, 16 Apr 1999 08:33:44 +0000
From: ZVYAGIN <ZVYAGIN@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.



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:31 MET