Found the attached little demo project on my HD. For testing, I am compiling the application, running it and closing it immediately after the form is shown, I am doing nothing else inside the application.
* When I use Laz/main + FPC 3.2.2 in this test, several memory leaks are reported.
* Switched to an installation of Laz/main + FPC 3.3.1 - no more memory leak.
* Laz/main + FPC/fixes - no more memory leak
* Laz 4.4 + FPC 3.2.4RC1 - no memory leak either.
Therefore I would conclude that TCSVDataset does have a memory leak in FPC 3.2.2, but it has been fixed in FPC 3.2.4RC1 and newer.