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))
|
if ((*pos)->ShouldRemove(name, args, *this))
|
||||||
{
|
{
|
||||||
cmFunctionBlocker* b = *pos;
|
cmFunctionBlocker* b = *pos;
|
||||||
m_FunctionBlockers.remove(*pos);
|
m_FunctionBlockers.remove(b);
|
||||||
delete b;
|
delete b;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue