Skip to content
Snippets Groups Projects
Commit 9b902ca7 authored by Morris Jette's avatar Morris Jette
Browse files

switch/generic: fix bug in job_info_free() logic that generated segv

parent 7f4987e9
No related branches found
No related tags found
No related merge requests found
......@@ -461,7 +461,6 @@ void switch_p_free_jobinfo(switch_jobinfo_t *switch_job)
xfree(node_ptr->ifa_array[j]->ifa_name);
xfree(node_ptr->ifa_array[j]);
}
xfree(gen_step_info->node_array);
}
xfree(gen_step_info->node_array);
xfree(gen_step_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