[Issue 9900] static this and gc shutdown order issue

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 8 05:38:41 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9900



--- Comment #3 from Martin Nowak <code at dawg.eu> 2013-04-08 05:38:40 PDT ---
Yeah destroy finalizes your object and resets it's data to the init state.
You'd have to check for a null mLuaContext in your destructor for this to work
because the GC will finalize your object again.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list