Skip to content
Snippets Groups Projects
Commit 710c9225 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Remove stray xfree

parent a3bc1d36
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,6 @@ int slurm_step_launch (slurm_step_ctx ctx,
}
_launch_tasks(ctx, &launch);
xfree(launch.cpus_allocated);
return SLURM_SUCCESS;
}
......
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