From: Daniel Stenberg Date: Tue, 27 Aug 2013 22:09:27 +0000 (+0200) Subject: valgrind.supp: fix for regular curl_easy_perform too X-Git-Tag: curl-7_33_0~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45b6e2dd89dba23eb4e30338abd9c5402a7e0578;p=curl valgrind.supp: fix for regular curl_easy_perform too When we introduced curl_easy_perform_ev, this got a slightly modified call trace. Without this, test 165 causes a false positive valgrind error. --- diff --git a/tests/valgrind.supp b/tests/valgrind.supp index d30e47c1b..8b9dc9f71 100644 --- a/tests/valgrind.supp +++ b/tests/valgrind.supp @@ -10,6 +10,8 @@ fun:Curl_connect fun:multi_runsingle fun:curl_multi_perform + fun:easy_transfer + fun:easy_perform fun:curl_easy_perform fun:operate fun:main