diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-21 21:09:09 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-21 21:09:09 +0200 |
| commit | 0f5e9489918f94d9982fdbc7a0a8c114a59c0af4 (patch) | |
| tree | e62daaebe26746522fecefc1a777230ae4abb4e1 /service | |
| parent | 3042855cc0d64966f0cca6471473d6474ea95d01 (diff) | |
| download | enowars5-service-stldoctor-0f5e9489918f94d9982fdbc7a0a8c114a59c0af4.tar.gz enowars5-service-stldoctor-0f5e9489918f94d9982fdbc7a0a8c114a59c0af4.zip | |
missing changes for last commit
Diffstat (limited to 'service')
| -rw-r--r-- | service/src/main.c | 1 | ||||
| -rw-r--r-- | service/tests/test.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/service/src/main.c b/service/src/main.c index e79e04e..e880ba3 100644 --- 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 index 1edd979..19d23ff 100644 --- 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 |
