fix purify FMR

This commit is contained in:
Ken Martin 2002-12-03 12:59:40 -05:00
parent e131bfb462
commit cdf3fb6e7b

View File

@ -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;
}