mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 09:32:41 +02:00
lcl: code cleanup of TDBMemo
git-svn-id: trunk@32261 -
This commit is contained in:
parent
4be3d2da8a
commit
6b20d104f3
@ -217,8 +217,7 @@ end;
|
||||
|
||||
destructor TDBMemo.Destroy;
|
||||
begin
|
||||
FDataLink.Free;
|
||||
FDataLink:=nil;
|
||||
FDataLink.Destroy;
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user