- When terminating TeamWindow, if InspectorWindow is still active, ensure that it's also quit at that point. Otherwise, it was possible for the inspector window to receive the quit message from the main application's shutdown process after TeamDebugger had already been terminated, leading to a crash when the window tried to release its current memory block, since the block manager had already been destroyed by that point.