diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2013-08-28 00:09:27 +0200 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-28 00:09:27 +0200 |
| commit | 45b6e2dd89dba23eb4e30338abd9c5402a7e0578 (patch) | |
| tree | dfcefd47ac2d25296dba2fa765103a31fa6b3711 | |
| parent | 6dca35c0e58b483a7c2563eb53090f92cf0e93ab (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.
| -rw-r--r-- | tests/valgrind.supp | 2 |
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 |
