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.
This commit is contained in:
Daniel Stenberg 2013-08-28 00:09:27 +02:00
parent 6dca35c0e5
commit 45b6e2dd89
1 changed files with 2 additions and 0 deletions

View File

@ -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