forked from qt-creator/qt-creator
Fixed memory leak in StackHandler
Task-number: QTCREATORBUG-2339
This commit is contained in:
@@ -64,7 +64,7 @@ StackHandler::StackHandler(DebuggerEngine *engine)
|
||||
|
||||
StackHandler::~StackHandler()
|
||||
{
|
||||
//delete m_disassemblerViewAgent;
|
||||
delete m_disassemblerViewAgent;
|
||||
}
|
||||
|
||||
int StackHandler::rowCount(const QModelIndex &parent) const
|
||||
|
||||
Reference in New Issue
Block a user