February 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14229

Etienne <etcimon@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |major

--
February 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14229

Etienne <etcimon@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Etienne <etcimon@gmail.com> ---
I realized this is not an issue, because the destructors are called before the destruction. So, this doesn't map the actual free'ing of the structs.

--