[Issue 19119] App crashes with strange behavior of ctors/dtors from CPP

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 27 18:56:40 UTC 2018


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

--- Comment #9 from kinke at gmx.net ---
Ouch, I totally overlooked the missing fields on the D side too.

The GC now releases the memory correctly - without trying to destruct the
extern(C++) objects first (independent from virtual-ness of dtor), which might
be an issue in its own right.

--


More information about the Digitalmars-d-bugs mailing list