You've already forked lazarus-ccr
Fixes AV due to double freeing of component
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2284 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -666,8 +666,6 @@ end;
|
||||
destructor TTextEditor.Destroy;
|
||||
begin
|
||||
inherited;
|
||||
FEdit.Free;
|
||||
FTimer.Free;
|
||||
end;
|
||||
|
||||
procedure TTextEditor.EraseBackground(DC: HDC);
|
||||
|
Reference in New Issue
Block a user