forked from qt-creator/qt-creator
Debugger: Fix memory leaks
Detected by memcheck. Change-Id: I56c0c39f3aa2251d6425ddc9388fdebc511d7f47 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
93ef19b232
commit
e13f1a5047
@@ -57,7 +57,7 @@ namespace Internal {
|
||||
|
||||
Console::Console()
|
||||
{
|
||||
m_consoleItemModel = new ConsoleItemModel;
|
||||
m_consoleItemModel = new ConsoleItemModel(this);
|
||||
|
||||
m_consoleWidget = new QWidget;
|
||||
m_consoleWidget->setWindowTitle(displayName());
|
||||
|
||||
Reference in New Issue
Block a user