mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 17:18:18 +00:00
fix purify FMR
This commit is contained in:
@@ -1218,7 +1218,7 @@ void cmMakefile::RemoveFunctionBlocker(const char *name,
|
||||
if ((*pos)->ShouldRemove(name, args, *this))
|
||||
{
|
||||
cmFunctionBlocker* b = *pos;
|
||||
m_FunctionBlockers.remove(*pos);
|
||||
m_FunctionBlockers.remove(b);
|
||||
delete b;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user