Fix some insignificant memory leaks.

Reviewed-By: hjk
This commit is contained in:
dt
2009-06-03 13:53:45 +02:00
parent d7af85a097
commit 63a0225ea9
5 changed files with 5 additions and 4 deletions

View File

@@ -418,6 +418,7 @@ void DebuggerPlugin::shutdown()
m_manager->shutdown();
writeSettings();
delete DebuggerSettings::instance();
//qDebug() << "DebuggerPlugin::~DebuggerPlugin";
removeObject(m_debugMode);