On Monday, 12 January 2015 at 11:04:45 UTC, francesco.cattoglio wrote:
When the GC collects them the destructor runs close(), which in turn calls for some allocation (e.g: allocates for a string to send to the logger),

Do you have to log? I've never had a problem calling C free functions in a class destructor in D.

Reply via email to