diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 21:39:08 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 21:39:08 +0000 |
commit | 17805736fbfc8ce34ffb07e28bbb7442882d5ed0 (patch) | |
tree | 9427f2d48bc8c3821ed300579dcf8e9bcdfdd34b /tools/valgrind/memcheck | |
parent | 9e11c95eba6e809c693b6e60919a5030a3747bbf (diff) | |
download | chromium_src-17805736fbfc8ce34ffb07e28bbb7442882d5ed0.zip chromium_src-17805736fbfc8ce34ffb07e28bbb7442882d5ed0.tar.gz chromium_src-17805736fbfc8ce34ffb07e28bbb7442882d5ed0.tar.bz2 |
Suppression for StatusBubbleMac.
BUG=87461
TEST=None
Review URL: http://codereview.chromium.org/7265003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/memcheck')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 7d7122d..5818ee1 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1724,4 +1724,25 @@ fun:-[NSWindow displayIfNeeded] fun:_handleWindowNeedsDisplay } +{ + bug_87461 + Memcheck:Leak + ... + fun:_ZN15StatusBubbleMac6CreateEv + fun:_ZN15StatusBubbleMacC2EP8NSWindowP11objc_object + fun:_ZN15StatusBubbleMacC1EP8NSWindowP11objc_object + fun:-[BrowserWindowController initWithBrowser:takeOwnership:] + fun:-[BrowserWindowController initWithBrowser:] + fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser + fun:_ZN7Browser19CreateBrowserWindowEv + fun:_ZN7Browser17InitBrowserWindowEv + fun:_ZN7Browser6CreateEP7Profile + fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE + fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE + fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7ProfileRKSt6vectorI4GURLSaIS4_EEb + fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi + fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ + fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi +} |