Commit ac597657 authored by Danny Auble's avatar Danny Auble
Browse files

Remove unneeded free of control_addr.

This was causing a segfault of the slurmd on load since the while loop
could go into the

	if (f == 0) {

section and thus use the now freed array.
parent cc73304e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment