[Issue 17429] [scope] each scope class references adds another delete call

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jun 14 14:57:49 PDT 2017


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

--- Comment #1 from github-bugzilla at 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

--


More information about the Digitalmars-d-bugs mailing list