Memory corruption bug in struct dtor

Adam D. Ruppe destructionator at gmail.com
Fri Jan 18 12:49:34 PST 2013


Note that upon further investigation, the problem seems to be 
more about delegates than dtors. The delegate can point to the 
wrong struct, or to locals instead of the struct... but you can 
"access" both; it compiles, but does the wrong thing.

We're talking in the bugzilla as well as here: 
https://github.com/robik/ConsoleD/issues/3


More information about the Digitalmars-d mailing list