summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 11:08:15 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 11:08:15 +0000
commit20f69d8a350b9329a5bc6154f884d178f776b4c5 (patch)
tree9d4ce08f275bd52a3111f4b2b22b903ca31bc9e7 /tools
parent8212d2c475f7f75b59a223d7f4541ca3ee590939 (diff)
downloadchromium_src-20f69d8a350b9329a5bc6154f884d178f776b4c5.zip
chromium_src-20f69d8a350b9329a5bc6154f884d178f776b4c5.tar.gz
chromium_src-20f69d8a350b9329a5bc6154f884d178f776b4c5.tar.bz2
Widen the suppression rules for Bug 82682.
To read ReadPlistPluginInfo() (in "src/webkit/plugins/npapi/plugin_lib_mac.mm"), this function does not seem to release a NSDictionary variable |mine_types|. I suspect it leaks the variable and all its children. TBR=thestig,timurrrr,glider BUG=82682 TEST=make the "Mac valgrind" bot green. Review URL: http://codereview.chromium.org/7050002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index cb079bc..e29d4ac 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1758,19 +1758,6 @@
{
bug_82682
Memcheck:Leak
- fun:malloc_zone_malloc
...
- fun:CFBundleGetValueForInfoDictionaryKey
fun:_ZN6webkit5npapi12_GLOBAL__N_119ReadPlistPluginInfoERK8FilePathP10__CFBundlePNS0_13WebPluginInfoE
- fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoERK8FilePathPNS0_13WebPluginInfoE
-}
-{
- bug_82682_b
- Memcheck:Leak
- fun:malloc_zone_malloc
- ...
- fun:CFBundleGetValueForInfoDictionaryKey
- fun:_ZN6webkit5npapi12_GLOBAL__N_112GetMIMETypesEP10__CFBundle
- fun:_ZN6webkit5npapi12_GLOBAL__N_119ReadPlistPluginInfoERK8FilePathP10__CFBundlePNS0_13WebPluginInfoE
- fun:_ZN6webkit5npapi9PluginLib17ReadWebPluginInfoERK8FilePathPNS0_13WebPluginInfoE
}