plug memory leaks in coupling examples

This commit is contained in:
Axel Kohlmeyer
2023-01-13 05:40:28 -05:00
parent b03e9609ce
commit aa2d2509d8
3 changed files with 5 additions and 3 deletions

View File

@ -148,6 +148,7 @@ int main(int narg, char **arg)
double *fx = (double *) plugin->extract_variable(lmp,"fx",(char *)"all");
printf("Force on 1 atom via extract_variable: %g\n",fx[0]);
plugin->free(fx);
}
/* use commands_string() and commands_list() to invoke more commands */