forked from qt-creator/qt-creator
Fix a few memory leaks
Some raw pointers never got released. These errors were found by running QtCreator via Valgrind. Change-Id: I9c5b2862b98597f3e468d573e7126d7d9ec46b05 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -71,6 +71,7 @@ QnxConfigurationManager::~QnxConfigurationManager()
|
||||
{
|
||||
m_instance = 0;
|
||||
qDeleteAll(m_configurations);
|
||||
delete m_writer;
|
||||
}
|
||||
|
||||
QList<QnxConfiguration *> QnxConfigurationManager::configurations() const
|
||||
|
||||
Reference in New Issue
Block a user