mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -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);
|
||||
|
||||
delete gg->GetCurrentLocalGenerator();
|
||||
delete lg;
|
||||
delete gg;
|
||||
gg = NULL;
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user