forked from qt-creator/qt-creator
ClangSupport: Fix memory leak
Change-Id: If3e3fe45ca7bbea64c3d60489c6327d63352945c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
{
|
||||
process->kill();
|
||||
process->waitForFinished();
|
||||
process->deleteLater();
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user