Explorar el Código

* Fix memory leak reported by Graeme Geldenhuys

git-svn-id: trunk@30571 -
michael hace 10 años
padre
commit
1c067b755c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;