From 45b6e2dd89dba23eb4e30338abd9c5402a7e0578 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 28 Aug 2013 00:09:27 +0200 Subject: [PATCH] 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. --- tests/valgrind.supp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/valgrind.supp b/tests/valgrind.supp index d30e47c1bb..8b9dc9f71f 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