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
c13d7116
Commit
c13d7116
authored
Jun 04, 2009
by
dt
Browse files
Fix leaking a toolchain per QtVersion.
Reviewed-By: ossi
parent
fda09bbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
c13d7116
...
...
@@ -385,8 +385,8 @@ QtVersion::QtVersion(const QString &name, const QString &path)
QtVersion
::~
QtVersion
()
{
m_toolChain
=
0
;
delete
m_toolChain
;
m_toolChain
=
0
;
}
QString
QtVersion
::
name
()
const
...
...
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