Skip to content
Snippets Groups Projects
Commit 967dc070 authored by Moe Jette's avatar Moe Jette
Browse files

Add #ifdef HAVE_BGL for bgl_part_id processing.

parent a24b118c
No related branches found
No related tags found
No related merge requests found
......@@ -905,7 +905,9 @@ static void _slurmctld_free_job_launch_msg(batch_job_launch_msg_t * msg)
xfree(msg->environment[0]);
xfree(msg->environment);
}
#ifdef HAVE_BGL
xfree(msg->bgl_part_id);
#endif
slurm_free_job_launch_msg(msg);
}
}
......
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