std.mmfile is broken

Freddy via Digitalmars-d digitalmars-d at puremagic.com
Tue May 5 12:53:50 PDT 2015


The garbage collector is not required to call class destructors, 
but Mmfile is a class and could leak memory.
http://dlang.org/phobos/std_mmfile.html


More information about the Digitalmars-d mailing list