Segmentation fault on closing file in destructor

bearophile bearophileHUGS at lycos.com
Sun Sep 26 10:13:44 PDT 2010


Tom Kazimiers:

> Do you have any suggestion how I should make
> sure that the file gets closed on destruction?

Can you use scope(exit) or the std.stdio.File?

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list