diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 00:44:07 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 00:44:07 +0000 |
commit | 83513c9d3646674566e64d9662e2b6ae51bc1325 (patch) | |
tree | 0790880bc05ade55b54b64415dcf1ab659c43ef2 /tools/wine_valgrind | |
parent | 3ada3e8f2641afafd807ac308bd6b07a0a6cfa13 (diff) | |
download | chromium_src-83513c9d3646674566e64d9662e2b6ae51bc1325.zip chromium_src-83513c9d3646674566e64d9662e2b6ae51bc1325.tar.gz chromium_src-83513c9d3646674566e64d9662e2b6ae51bc1325.tar.bz2 |
wine_valgrind: Suppress a mysterious _calloc_crt error.
BUG=none
TEST=wine_valgrind unit tests go green.
Review URL: http://codereview.chromium.org/543052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36202 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/wine_valgrind')
-rw-r--r-- | tools/wine_valgrind/chromium-valgrind-suppressions | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/wine_valgrind/chromium-valgrind-suppressions b/tools/wine_valgrind/chromium-valgrind-suppressions index 0a608ec..bcf33ca 100644 --- a/tools/wine_valgrind/chromium-valgrind-suppressions +++ b/tools/wine_valgrind/chromium-valgrind-suppressions @@ -149,6 +149,18 @@ fun:views::NativeTextfieldWin::OnCopy } { + # mysterious leak in _calloc_crt. Bug in Wine perhaps?? Hard to reproduce. + ignore_calloc_crt + Memcheck:Leak + fun:RtlAllocateHeap + fun:win_heap_malloc + fun:malloc + fun:calloc + fun:_calloc_impl + fun:_calloc_crt + STOP +} +{ wine_bug_20692_a Memcheck:Leak ... |