November 02, 2017
https://issues.dlang.org/show_bug.cgi?id=17960

--- Comment #1 from b2.temp@gmx.com ---
Actually this is minor issue. Importnat thing being "definitely lost: 0 bytes in 0 blocks".

--
December 16, 2018
https://issues.dlang.org/show_bug.cgi?id=17960

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |WONTFIX

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Why is this marked as a regression?

Also, dmd does not attempt to release all the memory it allocates, for speed reasons.

--