Browse Source

* Fix bug #33411 (memleak in CSV Dataset)

git-svn-id: trunk@38541 -
michael 7 years ago
parent
commit
55402a2182
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/base/csvdataset.pp

+ 1 - 0
packages/fcl-db/src/base/csvdataset.pp

@@ -173,6 +173,7 @@ begin
   If FOwnsOptions then
     FreeAndNil(FOPtions);
   FreeAndNil(Fline);
+  FreeAndNil(FParser);
   inherited Destroy;
 end;