Skip to content

Commit

Permalink
libutil: fix leak in nodeset test found by AddressSanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
dongahn committed Jul 8, 2016
1 parent bafd0c0 commit 2f0a1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/libutil/test/nodeset.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int main (int argc, char *argv[])

ok ((r = nodeset_next_rank (n, 1)) == 2,
"nodeset_next_rank returns next rank even if arg not in set");

nodeset_destroy (n);

/********************************************/

Expand Down

0 comments on commit 2f0a1dd

Please sign in to comment.