[Issue 16824] std.experimental.allocator.dispose leaks memory for arrays of more than 1 dimension

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Dec 23 03:03:12 PST 2016


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

--- Comment #5 from Atila Neves <atila.neves at gmail.com> ---
I understand the arguments; but I still think there should be an easy,
canonical way of allocating arrays of more than one dimension and be able to
dispose of them without leaking memory. I didn't even know I _was_ leaking
memory until I wrote that test allocator. And I only did _that_ because I'm
paranoid.

--


More information about the Digitalmars-d-bugs mailing list