Thread overview
[Issue 13195] Delete calls destructor but doesn't free
Jul 23, 2014
Orvid King
July 23, 2014
https://issues.dlang.org/show_bug.cgi?id=13195

--- Comment #1 from Orvid King <blah38621@gmail.com> ---
Ah, woops, forgot the link to the PR which has a bit more info on this:

https://github.com/D-Programming-Language/druntime/pull/864

--
August 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13195

github-bugzilla@puremagic.com changed:

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

--
August 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13195

--- Comment #2 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/b543bee59048f73d0c226d3708858109ebbcaa9a Merge pull request #3727 from Orvid/structDestructors

Fix Issue 13195 - Delete calls destructor but doesn't free

--