mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:50:17 +02:00
* Fix memleak when writing CSV data. Fix issue #39607
This commit is contained in:
parent
33db5200e6
commit
56acf11ec2
@ -177,6 +177,7 @@ begin
|
||||
FreeAndNil(FOPtions);
|
||||
FreeAndNil(Fline);
|
||||
FreeAndNil(FParser);
|
||||
FreeAndNil(FBuilder);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user