mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-03 06:40:26 +02:00
LCL: Call FDataLink.Free instead of FDataLink.Destroy in TDBText.Destroy. Issue #32453, patch from Michal Gawrycki.
git-svn-id: trunk@55891 -
This commit is contained in:
parent
9ac706fc7a
commit
de2ecafa18
@ -101,7 +101,7 @@ end;
|
||||
|
||||
destructor TDBText.Destroy;
|
||||
begin
|
||||
FDataLink.Destroy;
|
||||
FDataLink.Free;
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user