* Applied patch by Michael Van Ham (bug ID 27220)

git-svn-id: trunk@29361 -
This commit is contained in:
michael 2014-12-30 07:35:31 +00:00
parent da8346079f
commit 868ba1560f

View File

@ -2118,6 +2118,7 @@ begin
FreeAndNil(FInsertSQL);
FreeAndNil(FDeleteSQL);
FreeAndNil(FUpdateSQL);
FreeAndNil(FRefreshSQL);
FServerIndexDefs.Free;
inherited Destroy;
end;