[Issue 12915] RedBlackTree leaks memory

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 13 12:06:11 PDT 2014


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

--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Can we just null the end node's pointers on the destructor? this should
dereference all the nodes.

BTW, I think there is a previous bug on that same behavior:
https://issues.dlang.org/show_bug.cgi?id=5650

--


More information about the Digitalmars-d-bugs mailing list