dont try to FreeThenNil property

git-svn-id: trunk@13803 -
This commit is contained in:
paul 2008-01-19 18:30:04 +00:00
parent b5adcbda29
commit 5960c5fb33

View File

@ -221,7 +221,7 @@ end;
destructor TMainIDEBase.Destroy;
begin
FreeThenNil(OwningComponent);
FreeThenNil(fOwningComponent);
inherited Destroy;
MainIDE:=nil;
end;