1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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