mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 21:19:18 +02:00
dont try to FreeThenNil property
git-svn-id: trunk@13803 -
This commit is contained in:
parent
b5adcbda29
commit
5960c5fb33
@ -221,7 +221,7 @@ end;
|
|||||||
|
|
||||||
destructor TMainIDEBase.Destroy;
|
destructor TMainIDEBase.Destroy;
|
||||||
begin
|
begin
|
||||||
FreeThenNil(OwningComponent);
|
FreeThenNil(fOwningComponent);
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
MainIDE:=nil;
|
MainIDE:=nil;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user