mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-13 12:59:55 -05:00
BUG: fix FMM
This commit is contained in:
@@ -1203,7 +1203,7 @@ public:
|
||||
for(std::vector<char*>::iterator i = this->begin();
|
||||
i != this->end(); ++i)
|
||||
{
|
||||
delete *i;
|
||||
delete []*i;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user