fix purify FMR

This commit is contained in:
Ken Martin 2002-12-03 12:59:40 -05:00
parent e131bfb462
commit cdf3fb6e7b
1 changed files with 1 additions and 1 deletions

View File

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