[Issue 15044] [Reg 2.068.0] destroy might leak memory
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Sep 11 17:07:01 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15044
--- Comment #1 from Martin Nowak <code at dawg.eu> ---
This breaks b/c of the following semantic analysis issue.
Vector.semantic
dup.semantic
RefCounted!Vector.semantic (return type)
RefCounted!Vector buildOpAssign
RefCounted!Vector.dtor.semantic3 (buildOpAssign)
It seems that buildOpAssign is too greedy running semantic3 during a semantic1
pass of a struct.
--
More information about the Digitalmars-d-bugs
mailing list