Fix memory leak of local generator detected by LeakSanitizer.
This commit is contained in:
parent
afe21fc3c4
commit
0e88b1d6d9
|
@ -1000,6 +1000,7 @@ bool cmQtAutoGenerators::Run(const std::string& targetDirectory,
|
|||
|
||||
this->WriteOldMocDefinitionsFile(targetDirectory);
|
||||
|
||||
delete gg->GetCurrentLocalGenerator();
|
||||
delete gg;
|
||||
gg = NULL;
|
||||
makefile = NULL;
|
||||
|
|
Loading…
Reference in New Issue