|
Posted by Thomas Mlynarczyk on 11/16/06 20:28
Also sprach Jerry Stuckle:
> This is no different than C++, Java or any other OO languages. The
> order in which things are cleaned up is never guaranteed.
But at least the order of "calling all shutdown functions", "calling all
destructors" and "calling ob buffer function" should be well-determined,
even if the order in which the destructors are called may not be guaranteed.
And this still doesn't explain why I can access an object *after* its
destructor has been called. Strange...
Greetings,
Thomas
Navigation:
[Reply to this message]
|