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:
parent
6dca35c0e5
commit
45b6e2dd89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user