https://issues.dlang.org/show_bug.cgi?id=20476
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/druntime pull request #2892 "Fix Issue 20476 - chainTogether leaks exception with -dip1008" was merged into master: - d97216f442c62f52649600ef380b6b5b71d5b4c6 by MoonlightSentinel: Fix Issue 20476 - chainTogether leaks exception with -dip1008 chainTogether unconditionally incremented the refcount of the second throwable, even if it was returned without being chained to the first https://github.com/dlang/druntime/pull/2892 --
