mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:19:18 +02:00
lcl: revert ocasional debug change in r23237 #3319ecca5b
git-svn-id: trunk@23250 -
This commit is contained in:
parent
a6b3593987
commit
f71903390f
@ -2094,9 +2094,6 @@ var
|
|||||||
IsFirstItem: Boolean;
|
IsFirstItem: Boolean;
|
||||||
begin
|
begin
|
||||||
if csDestroying in AComponent.ComponentState then exit;
|
if csDestroying in AComponent.ComponentState then exit;
|
||||||
if AComponent.ClassName='TSynEdit' then
|
|
||||||
DumpStack;
|
|
||||||
|
|
||||||
//DebugLn(['TApplication.ReleaseComponent ',DbgSName(AComponent)]);
|
//DebugLn(['TApplication.ReleaseComponent ',DbgSName(AComponent)]);
|
||||||
if AppDestroying in FFlags then begin
|
if AppDestroying in FFlags then begin
|
||||||
// free immediately
|
// free immediately
|
||||||
|
Loading…
Reference in New Issue
Block a user