Skip to content
Snippets Groups Projects
Commit 8a38409b authored by Danny Auble's avatar Danny Auble
Browse files

Merge remote-tracking branch 'origin/slurm-2.3'

Conflicts:
	src/sview/node_info.c
parents bfdd8817 a69592a8
No related branches found
No related tags found
No related merge requests found
...@@ -239,6 +239,7 @@ documents those changes that are of interest to users and admins. ...@@ -239,6 +239,7 @@ documents those changes that are of interest to users and admins.
already pinged it on startup the unresponding flag would be removed from already pinged it on startup the unresponding flag would be removed from
the frontend node. the frontend node.
-- Cray - Fix issue on smap not displaying grid correctly. -- Cray - Fix issue on smap not displaying grid correctly.
-- Fixed minor memory leak in sview.
* Changes in SLURM 2.3.3 * Changes in SLURM 2.3.3
======================== ========================
......
...@@ -509,6 +509,7 @@ static void _node_info_list_del(void *object) ...@@ -509,6 +509,7 @@ static void _node_info_list_del(void *object)
xfree(sview_node_info->slurmd_start_time); xfree(sview_node_info->slurmd_start_time);
xfree(sview_node_info->boot_time); xfree(sview_node_info->boot_time);
xfree(sview_node_info->rack_mp); xfree(sview_node_info->rack_mp);
xfree(sview_node_info->reason);
xfree(sview_node_info); xfree(sview_node_info);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment