bgrabitmap / bgracontrols

🆗 BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications.
https://bgrabitmap.github.io/bgracontrols/
189 stars 32 forks source link

BGRASVGIMageList memory leak #156

Closed a-wissing closed 1 year ago

a-wissing commented 1 year ago

It seems that there is a problem with the BGRASVGImageList component:

BGRA_SVGImageList_Issue

Create new(empty) project. Drag BGRAImageList onto the form.

Tested with Lazarus 2.2.6 and 3.0RC2 both with the packages from the online package manager and installed from the master trunk.

The problem could also be reproduced with the test program "test_svg_theme".

a-wissing commented 1 year ago

additional Info: Tested on Windows 10/11 only

lainz commented 1 year ago

Hi. It's a problem of XML of Lazarus. It's fixed in trunk. Use Lazarus trunk and try.