mirror of
https://github.com/curl/curl.git
synced 2026-05-16 02:26:23 +03: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue