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

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

Issue 4491001: Suppress a new Mac valgrind leak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 8757908fa51478cd1f7c7e9df1866bdedf1fad8a..c211de9cf58a982255c08614998e1797ae174c70 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1118,3 +1118,25 @@
fun:_ZN9CocoaTest8TearDownEv
fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
}
+{
+ bug_61929
+ Memcheck:Leak
+ fun:calloc
+ fun:IOAlloc
+ fun:CMOpenOrNewAccess
+ fun:CMOpenProfile
+ fun:_CMGetProfileOfSuite
+ fun:CMGetProfileByAVID
+ fun:CMSCreateDisplayProfile
+ fun:create
+ fun:CMSTransformCreate
+ fun:createBase
+ fun:initialize
+ fun:createColorTransform
+ fun:CGColorTransformCreateMutable
+ fun:CGBitmapColorTransformCreate
+ fun:__CGBitmapContextDelegateCreate
+ fun:__CGBitmapContextDelegateCreate
+ fun:createBitmapContext
+ fun:CGBitmapContextCreate
+}
« 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