Dynamic Array Question

2011-09-20 Thread Dax
the wchar[] to char[], * the variable 't' should be deallocated * because I not need it anymore. */ return to!(string)(t[0..len]); } Thanks, Dax

Re: Dynamic Array Question

2011-09-20 Thread Dax
Does it 'leak'? What is your exact setup, why isn't the GC collecting that memory? I have a Label class with a text() property that calls the procedure that I have written in my first post and returns the result. I have posted here because I was looking the memory usage (more precisely