[Issue 18953] Win32: extern(C++) struct destructor not called correctly through runtime

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 7 05:57:06 UTC 2018


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

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
Probalby happens because TypeInfo_Struct.destroy doesn't use the expected
__thiscall calling convention:
https://github.com/dlang/druntime/blob/master/src/object.d#L2010

--


More information about the Digitalmars-d-bugs mailing list