-
Notifications
You must be signed in to change notification settings - Fork 63
memory checks via valgrind #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Please don't add valgrind test to check, runs at travis only (Even cppcheck shouldn't be added to Being as a distro packager, I can't guarantee what will happen to each update of valgrind. |
I agree, that valgrind and cppcheck tests should be optional, i.e. |
fc33ebc
to
fe6a3fc
Compare
fe6a3fc
to
0a77eea
Compare
Funny, the travis check passes. However, I still get these three errors:
If anyone can help, please do. |
I have added compression and decompression memory checks via valgrind. I do not know yet, if travis will actually show the valgrind output, but anyone interested can clone my memory-checks branch and see for themselfes.
Fixes for these memory checks will be added to that branch and, implicitly, this pull request.
Addresses #8.