mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 11:40:35 +01:00
MG: fixed mem leak in TComboBox
git-svn-id: trunk@3358 -
This commit is contained in:
parent
a56486e371
commit
ad15b496f4
@ -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 !! }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user