resolve delete/free() mismatch

This commit is contained in:
Axel Kohlmeyer
2020-10-01 09:34:38 -04:00
parent 6928e79883
commit ea3af3c2bc

View File

@ -234,7 +234,7 @@ DumpCustom::~DumpCustom()
for (int i = 0; i < ncustom; i++) delete [] id_custom[i]; for (int i = 0; i < ncustom; i++) delete [] id_custom[i];
memory->sfree(id_custom); memory->sfree(id_custom);
delete [] flag_custom; memory->sfree(flag_custom);
memory->destroy(choose); memory->destroy(choose);
memory->destroy(dchoose); memory->destroy(dchoose);