Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
a19f6e69
Commit
a19f6e69
authored
Nov 04, 2009
by
dt
Browse files
Fix memory leaking a context per output window
parent
83016e47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/outputwindow.cpp
View file @
a19f6e69
...
...
@@ -391,6 +391,7 @@ OutputWindow::OutputWindow(QWidget *parent)
OutputWindow
::~
OutputWindow
()
{
Core
::
ICore
::
instance
()
->
removeContextObject
(
m_outputWindowContext
);
delete
m_outputWindowContext
;
}
void
OutputWindow
::
showEvent
(
QShowEvent
*
e
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment