Skip to content

Commit bfb4425

Browse files
committed
CI: that didn't help, just remove it.
The error is bogus (Illumos, and probably Solaris, don't free up everything allocated by the gettext code before exiting; it's still reachable), and nothing obvious seems to make valgrind Just Shut Up about it.
1 parent 9c3cb10 commit bfb4425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929
COUNT=0
3030
export LIBPCAP_TAINTED
3131
if command -v valgrind >/dev/null 2>&1; then
32-
VALGRIND_CMD="valgrind --leak-check=full --show-reachable=no --error-exitcode=1"
32+
VALGRIND_CMD="valgrind --leak-check=full --error-exitcode=1"
3333
export VALGRIND_CMD
3434
fi
3535

0 commit comments

Comments
 (0)