lcl: code cleanup of TDBMemo

git-svn-id: trunk@32261 -
This commit is contained in:
blikblum 2011-09-10 17:40:53 +00:00
parent 4be3d2da8a
commit 6b20d104f3

View File

@ -217,8 +217,7 @@ end;
destructor TDBMemo.Destroy;
begin
FDataLink.Free;
FDataLink:=nil;
FDataLink.Destroy;
inherited Destroy;
end;