mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:40:29 +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;
|
||||
begin
|
||||
FreeThenNil(OwningComponent);
|
||||
FreeThenNil(fOwningComponent);
|
||||
inherited Destroy;
|
||||
MainIDE:=nil;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user