mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 19:49:17 +02:00
* Applied patch by Michael Van Ham (bug ID 27220)
git-svn-id: trunk@29361 -
This commit is contained in:
parent
da8346079f
commit
868ba1560f
@ -2118,6 +2118,7 @@ begin
|
|||||||
FreeAndNil(FInsertSQL);
|
FreeAndNil(FInsertSQL);
|
||||||
FreeAndNil(FDeleteSQL);
|
FreeAndNil(FDeleteSQL);
|
||||||
FreeAndNil(FUpdateSQL);
|
FreeAndNil(FUpdateSQL);
|
||||||
|
FreeAndNil(FRefreshSQL);
|
||||||
FServerIndexDefs.Free;
|
FServerIndexDefs.Free;
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user