https://issues.dlang.org/show_bug.cgi?id=17429
--- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/377c2dd08f00db679261689b93aad67a40bd7727 fix Issue 17429 - [scope] each scope class references adds another delete call - only call delete for classes allocated on the stack (or with custom allocator), not just for any scope class reference --