https://issues.dlang.org/show_bug.cgi?id=14696
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #14 from Dlang Bot <[email protected]> --- dlang/dmd pull request #10628 "Fix issue 14696 - Fix a remaining case where the destructor is still called on a cold branch" was merged into master: - 2ec3f1090a11c5b6fe0a9507ba47f7081161ba7f by سليمان السهمي (Suleyman Sahmi): Fix issue 14696 - Fix a remaining case where the destructor is still called on a cold branch Temporary variables should not be destroyed when the branch that initializes them is not taken. https://github.com/dlang/dmd/pull/10628 --
