Commits

Doug Gregor committed 622c2f6ce86
Destroy instance variables after chaining to the superclass destructor. This is the dual of our initialization story: delay the destruction of instance variables until after the execution of the superclass destructor, so that memory safety is preserved even if the superclass destructor calls a method on teh subclass. Swift SVN r12089