mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
fix purify FMR
This commit is contained in:
parent
e131bfb462
commit
cdf3fb6e7b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user