diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-12-04 14:41:19 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2007-12-04 14:41:19 +0000 |
commit | f03b596e2a10ca310aa9f0d581ffb6bf8bc4753f (patch) | |
tree | 5c0cb0aff215cf0922925253b15bc2706465cc66 /examples/gui/fontselect | |
parent | acbf9e099e49650f880c37cb97d3f8f532e2bdf1 (diff) | |
download | fpGUI-f03b596e2a10ca310aa9f0d581ffb6bf8bc4753f.tar.xz |
* Fixed a memory leak in TfpgCombobox.
* Fixed a couple of memory leaks in gui_tree.pas
Diffstat (limited to 'examples/gui/fontselect')
-rw-r--r-- | examples/gui/fontselect/fontselect.lpi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gui/fontselect/fontselect.lpi b/examples/gui/fontselect/fontselect.lpi index d23df471..d97b57fa 100644 --- a/examples/gui/fontselect/fontselect.lpi +++ b/examples/gui/fontselect/fontselect.lpi @@ -46,7 +46,8 @@ <Generate Value="Faster"/> </CodeGeneration> <Other> - <CustomOptions Value="-FUunits"/> + <CustomOptions Value="-FUunits +"/> <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> |