diff options
Diffstat (limited to 'QA')
-rw-r--r-- | QA/valgrind.supp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/QA/valgrind.supp b/QA/valgrind.supp index fe09cef..30a27cf 100644 --- a/QA/valgrind.supp +++ b/QA/valgrind.supp @@ -97,3 +97,11 @@ fun:malloc fun:__cxa_get_globals } + +{ + ZLib + Memcheck:Cond + fun:deflateEnd + fun:deflateSetDictionary + fun:deflate +} |