Ivo Kasiuk Wrote:
> 
> - Is there any way the regular finalization sequence (i.e. including
> automatic invoking of the destructors) can be run for an object that
> uses non-GC memory?

It should happen when delete is called.  Here's the code executed for delete:

http://dsource.org/projects/druntime/browser/trunk/src/rt/lifetime.d#L167

_d_delclass

Reply via email to