Skip to content
Snippets Groups Projects
Commit 48a71308 authored by Tim Wickberg's avatar Tim Wickberg Committed by Danny Auble
Browse files

Fix segfault in slurm_cred_unpack on error.

bit_fmt is a function, which is why the compiler didn't complain
that there was no bit_fmt was out of scope on the xfree. Passing
a function address to xfree() predictibly does not work very well.

Change the variable name to avoid confusion.
parent 39bb8c86
No related branches found
No related tags found
No related merge requests found
Loading
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