summaryrefslogtreecommitdiff
path: root/libgit2_clar.supp
Commit message (Collapse)AuthorAgeFilesLines
* travis: use a valgrind suppressions fileCarlos Martín Nieto2012-09-041-0/+12
We don't care about the supposed zlib errors, and the leak from giterr_set isn't interesting, as it gets freed each time an error is set. Give valgrind a suppressions file so it doesn't tell us about them.