Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 2824051: Valgrind: Suppress a new Mac memory error.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 51606)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -1241,3 +1241,13 @@
fun:NSRectFill
fun:_ZN18FocusIndicationFix40currentOSHasSetFocusRingStyleInBitmapBugEv
}
+{
+ bug_48269
+ Memcheck:Cond
+ ...
+ fun:-[BrowserWindowController initWithBrowser:takeOwnership:]
+ fun:-[BrowserWindowController initWithBrowser:]
+ fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
+ fun:_ZN7Browser19CreateBrowserWindowEv
+ fun:_ZN7Browser6CreateEP7Profile
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698