From 225ec4312f7a6d843d963831be58307e7018d9c0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Feb 2014 23:46:31 +0100 Subject: valgrind: updated suppressions file The call stack was modified in 2dc7ad23 so the supressions didn't work anymore. --- tests/valgrind.supp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/valgrind.supp') 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 } -- cgit v1.2.3