aboutsummaryrefslogtreecommitdiff
path: root/tests/valgrind.supp
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-02-05 23:46:31 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-02-05 23:46:31 +0100
commit225ec4312f7a6d843d963831be58307e7018d9c0 (patch)
treeba78f198cc72b2c350a33c768d1d12514688e2e2 /tests/valgrind.supp
parent18b540f9d18f189136e4a5cb3db5483d2a65eba2 (diff)
valgrind: updated suppressions file
The call stack was modified in 2dc7ad23 so the supressions didn't work anymore.
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r--tests/valgrind.supp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp
index 8b9dc9f71..2fcf642db 100644
--- a/tests/valgrind.supp
+++ b/tests/valgrind.supp
@@ -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
}