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

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

Issue 192031: [Mac] Add testing code to expose an NSColor memory leak. (Closed)
Patch Set: Remove egregious s/private/public/ leftover from prototyping. Created 11 years, 3 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 | « chrome/chrome.gyp ('k') | 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
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 3a513c0f3af9e4c2ced102a233a459a030e897e6..daa214524f84fa98e05d60d09635456534801a7a 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -673,4 +673,13 @@
socketcall.sendmsg(msg.msg_iov[i])
fun:sendmsg$UNIX2003
fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
+}
+{
+ bug_21137
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:+[NSColor keyboardFocusIndicatorColor]
+ ...
+ fun:-[AutocompleteTextFieldCell drawWithFrame:inView:]
}
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698