https://issues.dlang.org/show_bug.cgi?id=14696
--- Comment #13 from Dlang Bot <[email protected]> --- @SSoulaimane created dlang/dmd pull request #10628 "Fix issue 14696 - Fix a remaining case where the destructor is still called on a cold branch" fixing this issue: - 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 --
