* Fix memleak when writing CSV data. Fix issue #39607

This commit is contained in:
Michaël Van Canneyt 2022-03-01 13:29:26 +01:00
parent 33db5200e6
commit 56acf11ec2

View File

@ -177,6 +177,7 @@ begin
FreeAndNil(FOPtions);
FreeAndNil(Fline);
FreeAndNil(FParser);
FreeAndNil(FBuilder);
inherited Destroy;
end;