util: Valgrind suppression addition

Adds a suppression rule to util/valgrind-suppressions due to a minor bug
present in zlib that has no impact on simulation.
This commit is contained in:
Mitch Hayenga 2014-04-23 05:18:29 -04:00
parent 6cd82c1116
commit 564cc801c6
1 changed files with 5 additions and 1 deletions

View File

@ -109,5 +109,9 @@
Memcheck:Value16
fun:PyObject_Realloc
}
{
zlib error
Memcheck:Cond
fun:inflateReset2
}