fix memory leak

This commit is contained in:
Axel Kohlmeyer
2023-08-02 05:40:56 -04:00
parent 56b50d6580
commit dfb614bd42

View File

@ -29,6 +29,7 @@ public:
{
lammps->command("clear");
lammps->commands_string(input);
delete[] input;
emit resultReady();
}