Fix leaking a toolchain per QtVersion.

Reviewed-By: ossi
This commit is contained in:
dt
2009-06-04 15:17:20 +02:00
parent fda09bbc62
commit c13d711657

View File

@@ -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