MG: fixed mem leak in TComboBox

git-svn-id: trunk@3358 -
This commit is contained in:
lazarus 2002-09-16 17:34:37 +00:00
parent a56486e371
commit ad15b496f4

View File

@ -51,7 +51,7 @@ const
{$ifdef EXTRA}
tracesize = 16;
{$else EXTRA}
tracesize = 8;
tracesize = 32;
{$endif EXTRA}
quicktrace : boolean=true;
{ calls halt() on error by default !! }