[Issue 14134] Free of large array does not work

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Feb 6 09:12:10 PST 2015


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

--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> ---
I admit there is a problem in _d_delarray_t which is called for "delete
array;". Should it free the whole block instead using GC.query.base? What if
the array is just a slice of a larger array?

--


More information about the Digitalmars-d-bugs mailing list