Thanks this will be in the next release along with the patch from Don.
Quoting "Eckert, Phil" <[email protected]>:
diff --git a/src/plugins/accounting_storage/mysql/as_mysql_acct.c
b/src/plugins/accounting_storage/mysql/as_mysql_acct.c
index 6b0769d..f4aae5c 100644
--- a/src/plugins/accounting_storage/mysql/as_mysql_acct.c
+++ b/src/plugins/accounting_storage/mysql/as_mysql_acct.c
@@ -115,6 +115,7 @@ static int _get_account_coords(mysql_conn_t *mysql_conn,
coord->name = xstrdup(row[0]);
coord->direct = 0;
}
+ mysql_free_result(result);
return SLURM_SUCCESS;
}