Destructor/Finalizer Guarantees
    Kagamin via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Nov 12 07:01:47 PST 2014
    
    
  
It can work with only managed destructor - that's how it's 
usually done. Finalizer only guards against slow resource leak 
when you forget to free them.
    
    
More information about the Digitalmars-d-learn
mailing list