From: Daniel Stenberg Date: Wed, 5 Feb 2014 22:46:31 +0000 (+0100) Subject: valgrind: updated suppressions file X-Git-Tag: curl-7_36_0~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=225ec4312f7a6d843d963831be58307e7018d9c0;p=curl valgrind: updated suppressions file The call stack was modified in 2dc7ad23 so the supressions didn't work anymore. --- diff --git a/tests/valgrind.supp b/tests/valgrind.supp index 8b9dc9f71..2fcf642db 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -13,6 +13,7 @@ fun:easy_transfer fun:easy_perform fun:curl_easy_perform + fun:operate_do fun:operate fun:main } @@ -34,6 +35,7 @@ fun:easy_events fun:easy_perform fun:curl_easy_perform_ev + fun:operate_do fun:operate fun:main }