[Issue 2834] Struct Destructors are not called by the GC, but called on explicit delete.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jan 15 02:49:12 PST 2015


https://issues.dlang.org/show_bug.cgi?id=2834

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

https://github.com/D-Programming-Language/druntime/commit/dbbea7c5bd4d8936dc8cb523b65f771842f2a487
Merge pull request #864 from Orvid/structDestructors

Fix Issue 2834 - The GC will now call destructors on heap allocated structs

--


More information about the Digitalmars-d-bugs mailing list