BUG: fix FMM

This commit is contained in:
Bill Hoffman 2004-01-27 14:51:18 -05:00
parent d13e30f3ae
commit 6b6971a2c2
1 changed files with 1 additions and 1 deletions

View File

@ -1203,7 +1203,7 @@ public:
for(std::vector<char*>::iterator i = this->begin(); for(std::vector<char*>::iterator i = this->begin();
i != this->end(); ++i) i != this->end(); ++i)
{ {
delete *i; delete []*i;
} }
} }
}; };