Memory Leak in TF1.Integral()

Hello,

I have a memory leak when attempting to get the Integral() of a TF1 many times. I am using ROOT 6.00/02, but I have confirmed the problem in ROOT 6.02/00. I have condensed the problem and attached it in a small code snipet. Could you point out my error, or any solution to this problem? Thanks.

Sincerely,
Jeff Dandoy
memoryLeak.py (232 Bytes)

Hi,

just for other folks reading, discussion is continued as a bug report here.

Cheers,
Wim

Hi,

just to add from the bug report: there is no leak per se, but there are run-away caches in the dispatch. This is present in 6.02, but not in master.

Cheers,
Wim