Fix memory leak and enable valgrind on travis

This commit is contained in:
Thiago de Arruda
2014-03-06 22:04:07 -03:00
parent 1b5c3331dc
commit cab5c25c70
4 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
language: c
script: ./scripts/travis.sh
before_install:
- sudo apt-get update
- sudo apt-get install valgrind
compiler:
- clang