]> granicus.if.org Git - curl/commitdiff
valgrind.supp: fix for regular curl_easy_perform too
authorDaniel Stenberg <daniel@haxx.se>
Tue, 27 Aug 2013 22:09:27 +0000 (00:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 27 Aug 2013 22:09:27 +0000 (00:09 +0200)
When we introduced curl_easy_perform_ev, this got a slightly modified
call trace. Without this, test 165 causes a false positive valgrind
error.

tests/valgrind.supp

index d30e47c1bb35d36ec803880f6fe6d86ba8d23cd5..8b9dc9f71f4cbf089eba51e1b42218256a6ed466 100644 (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