Subject | Bugfix for TCustomComboEnh Memory Leak |
---|---|
Author | Andreas Hesse |
Post date | 2006-05-02T13:02:01Z |
TCustomComboEnh has a memory leak.
It creates a TFont, but it doesn't free it.
Fix: Add in TCustomComboEnh.Destroy the line
FDropDownFont.Free;
It creates a TFont, but it doesn't free it.
Fix: Add in TCustomComboEnh.Destroy the line
FDropDownFont.Free;