Skip to content
GitLab
Menu
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
e247aec8
Commit
e247aec8
authored
Feb 24, 2011
by
dt
Browse files
QtOptionsPage: Fix memory leaks
parent
66aa9db7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtoptionspage.cpp
View file @
e247aec8
...
...
@@ -402,6 +402,8 @@ void QtOptionsPageWidget::showDebuggingBuildLog(const QTreeWidgetItem *currentIt
QtOptionsPageWidget
::~
QtOptionsPageWidget
()
{
delete
m_ui
;
delete
m_versionUi
;
delete
m_debuggingHelperUi
;
qDeleteAll
(
m_versions
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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