Memory leak with the server page (Delphi 1573)

It can be reproduced with the FirstSampleServer (CodeFirst). Set ReportMemoryLeaksOnShutdown := true on the dpr and start/stop the application. If you open the server page in the browser several times the number of leaks increases.
We had a situation in our solution were someone established a monitoring process on the root URI. We have spent weeks figuring out why it leaked 10Mb every minute.

Hi,

Can you retest this case with .1579, pls?
similar issue was recently fixed

.1579 fixes the leak. Thanks