commit 0f5e9489918f94d9982fdbc7a0a8c114a59c0af4 parent 3042855cc0d64966f0cca6471473d6474ea95d01 Author: Louis Burda <quent.burda@gmail.com> Date: Fri, 21 May 2021 21:09:09 +0200 missing changes for last commit Diffstat:
M | service/src/main.c | | | 1 | + |
M | service/tests/test.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/service/src/main.c b/service/src/main.c @@ -314,6 +314,7 @@ cleanexit() { printf("see you later!\n"); free_info(&cached); + free(resultdir); } int diff --git a/service/tests/test.sh b/service/tests/test.sh @@ -30,7 +30,7 @@ print() } checkleaks() { - valgrind --leak-check=full ./build/stldoctor 2>&1 | tee /tmp/testlog + valgrind --leak-check=full --show-leak-kinds=all ./build/stldoctor 2>&1 | tee /tmp/testlog if [ -z "$(grep "no leaks are possible" /tmp/testlog)" ]; then echo "Valgrind exited with errors!" exit 1