Преглед на файлове

* fixed memory leak in the general exporter class. (the -settings were not freed) mantis 15934

git-svn-id: trunk@14996 -
marco преди 15 години
родител
ревизия
dab931c3ba
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      packages/fcl-db/src/export/fpdbexport.pp

+ 1 - 0
packages/fcl-db/src/export/fpdbexport.pp

@@ -676,6 +676,7 @@ end;
 destructor TCustomDatasetExporter.Destroy;
 begin
   FreeAndNil(FExportFields);
+  FreeAndNil(FFormatSettings);
   inherited Destroy;
 end;