Henk Fung
2007-07-13 13:19:26 UTC
Hi,
I am using Delphi 7, FastMM 4.7.8 and Rave Reports v5.0.8 BE. FastMM reports
a memory block leak being used by TBitmap when I use TRvRenderPreview.
To reproduce the problem:
1. Create a new form.
2. Place a RvRenderPreview component on the form.
3. Run the application inside the IDE and then close the application. FastMM
should now report the memory block leak.
As far as I can tell TRvRenderCanvas (ancestor of TRvRenderPrinter) creates
an object of the TBitmap class but does not free it in its destructor.
Any help is greatly appreciated.
Henk
I am using Delphi 7, FastMM 4.7.8 and Rave Reports v5.0.8 BE. FastMM reports
a memory block leak being used by TBitmap when I use TRvRenderPreview.
To reproduce the problem:
1. Create a new form.
2. Place a RvRenderPreview component on the form.
3. Run the application inside the IDE and then close the application. FastMM
should now report the memory block leak.
As far as I can tell TRvRenderCanvas (ancestor of TRvRenderPrinter) creates
an object of the TBitmap class but does not free it in its destructor.
Any help is greatly appreciated.
Henk