[Issue 15661] [REG2.067.0] Destructor called while object still alive

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Feb 16 05:35:53 PST 2016


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

--- Comment #5 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/5a235b87ddbbdd01e08106ce099f31c72b670043
fix Issue 15661 - Destructor called while object still alive

By the PR #4078, some preparation code has been inserted before a constructor
call expression. Then, `AssignExp` had failed to recognize the ctor call form.

https://github.com/D-Programming-Language/dmd/commit/06a5ae5077e6e7ae9da01fb3293b3df6ce7c1a84
Merge pull request #5431 from 9rnsr/fix15661

[REG2.067.0] Issue 15661 - Destructor called while object still alive

--


More information about the Digitalmars-d-bugs mailing list