memory leaks in phobos?

Traveler somewhere at example.com
Wed Apr 10 23:39:52 PDT 2013


On 64 bit may cause crash: arr.length = length, fixed in next 
version.

>
>arr.length = 0; // must be deallocation?
>
Not necessarily. You can manually do a garbage collection.



More information about the Digitalmars-d-learn mailing list