mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 23:49:18 -06:00
QtAutogen: Use a more-obvious delete-target.
This commit is contained in:
@@ -1230,7 +1230,7 @@ bool cmQtAutoGenerators::Run(const std::string& targetDirectory,
|
|||||||
|
|
||||||
this->WriteOldMocDefinitionsFile(targetDirectory);
|
this->WriteOldMocDefinitionsFile(targetDirectory);
|
||||||
|
|
||||||
delete gg->GetCurrentLocalGenerator();
|
delete lg;
|
||||||
delete gg;
|
delete gg;
|
||||||
gg = NULL;
|
gg = NULL;
|
||||||
return success;
|
return success;
|
||||||
|
|||||||
Reference in New Issue
Block a user