forked from qt-creator/qt-creator
Debugger: Fix object leakage on shutdown and heap-use-after-free.
Task-number: QTCREATORBUG-15938 Change-Id: I437756705c33730398a129651fabe34c92334656 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -503,7 +503,6 @@ CallgrindTool::CallgrindTool(QObject *parent)
|
||||
CallgrindTool::~CallgrindTool()
|
||||
{
|
||||
qDeleteAll(m_textMarks);
|
||||
doClear(false);
|
||||
}
|
||||
|
||||
void CallgrindTool::slotGoToOverview()
|
||||
|
||||
Reference in New Issue
Block a user