debugger: clean register view after debugging finished

This commit is contained in:
hjk
2009-08-18 17:02:48 +02:00
parent e53fc86665
commit cce7bf9fa2

View File

@@ -860,6 +860,7 @@ void DebuggerManager::cleanupViews()
threadsHandler()->removeAll(); threadsHandler()->removeAll();
modulesHandler()->removeAll(); modulesHandler()->removeAll();
watchHandler()->cleanup(); watchHandler()->cleanup();
registerHandler()->removeAll();
m_sourceFilesWindow->removeAll(); m_sourceFilesWindow->removeAll();
} }