BUG: fix FMM
This commit is contained in:
parent
d13e30f3ae
commit
6b6971a2c2
@ -1203,7 +1203,7 @@ public:
|
||||
for(std::vector<char*>::iterator i = this->begin();
|
||||
i != this->end(); ++i)
|
||||
{
|
||||
delete *i;
|
||||
delete []*i;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user