aboutsummaryrefslogtreecommitdiff
path: root/tests/valgrind.supp
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-28 00:09:27 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-28 00:09:27 +0200
commit45b6e2dd89dba23eb4e30338abd9c5402a7e0578 (patch)
treedfcefd47ac2d25296dba2fa765103a31fa6b3711 /tests/valgrind.supp
parent6dca35c0e58b483a7c2563eb53090f92cf0e93ab (diff)
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.
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r--tests/valgrind.supp2
1 files changed, 2 insertions, 0 deletions
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