avoid tiny memory leak

This commit is contained in:
Axel Kohlmeyer
2024-08-13 03:44:30 -04:00
parent bb2c8d8da0
commit bd2e1098ce

View File

@ -230,6 +230,7 @@ FixColvars::~FixColvars()
delete[] out_name;
delete[] tfix_name;
memory->sfree(comm_buf);
memory->sfree(script_args[0]);
if (proxy) {
delete proxy;