From d81c406f62e996840d86333b81c41d0ae4aff347 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Sat, 7 Dec 2024 23:47:36 -0500 Subject: Synced list reference 1 This marks a point where the list behavior is at least moderately robust for the skip operation. It includes fixes for multiple deep-rooted issues found by testing with input simulation. Signed-off-by: Andrew Opalach --- scripts/run_valgrind.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/run_valgrind.sh b/scripts/run_valgrind.sh index 943d25b..033f35a 100755 --- a/scripts/run_valgrind.sh +++ b/scripts/run_valgrind.sh @@ -1,2 +1,3 @@ #! /usr/bin/env sh -valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" +valgrind --leak-check=no --show-error-list=yes ./src/fruits/cmv/cmv "$@" +#valgrind --leak-check=full ./src/fruits/cmv/cmv "$@" -- cgit v1.2.3-101-g0448