Browse Source

* Fix memory leak reported by Graeme Geldenhuys

git-svn-id: trunk@30571 -
michael 10 years ago
parent
commit
1c067b755c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/datadict/fpdatadict.pp

+ 1 - 0
packages/fcl-db/src/datadict/fpdatadict.pp

@@ -1647,6 +1647,7 @@ end;
 
 destructor TFPDataDictionary.Destroy;
 begin
+  FreeAndNil(FDomains);
   FreeAndNil(FSequences);
   FreeAndNil(FTables);
   inherited Destroy;