Files
textmate/Frameworks/OakSystem
Allan Odgaard 0f4fc14462 Improve stability during quit
When we quit, objects with static storage are destroyed. Since the order is undefined, we basically cannot reference other objects in destructors, unless we own them or they are reference counted.

One case that seems to be an actual problem is the oak::process_t type — based on crash logs this often seems to be destroyed last, and it unregisters itself in its destructor, but using an object that it previously did not own (but obtained via a sort of factory function).
2013-01-12 13:09:16 +01:00
..
2013-01-12 13:09:16 +01:00
2012-08-09 16:25:56 +02:00