mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
valgrind: updated suppressions file
The call stack was modified in 2dc7ad23 so the supressions didn't work anymore.
This commit is contained in:
parent
18b540f9d1
commit
225ec4312f
@ -13,6 +13,7 @@
|
||||
fun:easy_transfer
|
||||
fun:easy_perform
|
||||
fun:curl_easy_perform
|
||||
fun:operate_do
|
||||
fun:operate
|
||||
fun:main
|
||||
}
|
||||
@ -34,6 +35,7 @@
|
||||
fun:easy_events
|
||||
fun:easy_perform
|
||||
fun:curl_easy_perform_ev
|
||||
fun:operate_do
|
||||
fun:operate
|
||||
fun:main
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user