Subject Bugfix for TCustomComboEnh Memory Leak
Author Andreas Hesse
TCustomComboEnh has a memory leak.
It creates a TFont, but it doesn't free it.

Fix: Add in TCustomComboEnh.Destroy the line

FDropDownFont.Free;