Skip to content

Commit

Permalink
Fix test (#185)
Browse files Browse the repository at this point in the history
Free key_compare, otherwise the test fails if compiled with address
sanitizer.

Signed-off-by: Tobias Stoeckmann <[email protected]>
  • Loading branch information
stoeckmann authored Jun 1, 2023
1 parent cb432b7 commit 5d0fd74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tst-shells1.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ main(void)

econf_free (keys);
econf_free (key_file);
econf_free (key_compare);

return 0;
}

0 comments on commit 5d0fd74

Please sign in to comment.