EtheaDev / IconFontsImageList

Four advanced components to simplify use of Icon Fonts as images and ImageList: TIconFontImage, TIconFontsImageCollection, TIconFontsVirtualImageList, TIconFontsImageList (for VCL and FMX). Full support for High-DPI apps. Rendering optimized with GDI+
Apache License 2.0
218 stars 55 forks source link

[RAD Studio 20.3] Unexpected memory leak warning after run demo project #14

Closed rubemrocha closed 4 years ago

rubemrocha commented 4 years ago

Describe the bug When you run the demo project through the Delphi IDE, and after changing the UI theme, an unexpected memory leak message appears.

To Reproduce Steps to reproduce the behavior:

  1. Open the demo project in Delphi IDE (in my case, RAD Studio 10.3)
  2. Change the theme for different options '....'
  3. Close the UI

Expected behavior The unexpected memory leak message appears before the application is terminated.

Screenshots image

Desktop (please complete the following information):

carloBarazzetta commented 4 years ago

It seems a memory-leak caused by changing the VCLStyle and the TTreeView component, not caused by my components.

carloBarazzetta commented 4 years ago

This problem is not caused by the IconFontsImageList components.