diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-02-05 23:46:31 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-02-05 23:46:31 +0100 |
commit | 225ec4312f7a6d843d963831be58307e7018d9c0 (patch) | |
tree | ba78f198cc72b2c350a33c768d1d12514688e2e2 /tests/valgrind.supp | |
parent | 18b540f9d18f189136e4a5cb3db5483d2a65eba2 (diff) | |
download | curl-225ec4312f7a6d843d963831be58307e7018d9c0.tar.gz |
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.supp | 2 |
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 } |