[Issue 14229] RAII ordering is wrong
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Feb 27 18:53:08 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14229
Etienne <etcimon at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Etienne <etcimon at 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.
--
More information about the Digitalmars-d-bugs
mailing list