fix inconsistent new/delete
This commit is contained in:
@ -130,7 +130,7 @@ FixChargeRegulation::~FixChargeRegulation() {
|
|||||||
|
|
||||||
delete random_equal;
|
delete random_equal;
|
||||||
delete random_unequal;
|
delete random_unequal;
|
||||||
delete idftemp;
|
delete[] idftemp;
|
||||||
|
|
||||||
if (group) {
|
if (group) {
|
||||||
int igroupall = group->find("all");
|
int igroupall = group->find("all");
|
||||||
|
|||||||
Reference in New Issue
Block a user