| OLD | NEW |
| 1 { | 1 { |
| 2 # See http://code.google.com/p/chromium/issues/detail?id=9565 | 2 # See http://code.google.com/p/chromium/issues/detail?id=9565 |
| 3 # This should have been handled by platform-specific suppression. | 3 # This should have been handled by platform-specific suppression. |
| 4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed | 4 # Remove this when https://bugs.kde.org/show_bug.cgi?id=188572 is fixed |
| 5 setenv() leaks on Mac intentionally. | 5 setenv() leaks on Mac intentionally. |
| 6 Memcheck:Leak | 6 Memcheck:Leak |
| 7 ... | 7 ... |
| 8 fun:__setenv | 8 fun:__setenv |
| 9 fun:setenv$UNIX2003 | 9 fun:setenv$UNIX2003 |
| 10 } | 10 } |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15D
ictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE | 227 fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15D
ictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE |
| 228 fun:_ZN24ExtensionsServiceBackend14UnpackerClient30OnUnpackExtensionSucceeded
ImplERK15DictionaryValueRKSt6vectorI6Tuple2I8SkBitmap8FilePathESaIS8_EE | 228 fun:_ZN24ExtensionsServiceBackend14UnpackerClient30OnUnpackExtensionSucceeded
ImplERK15DictionaryValueRKSt6vectorI6Tuple2I8SkBitmap8FilePathESaIS8_EE |
| 229 } | 229 } |
| 230 { | 230 { |
| 231 # OpenGL.framework init; filed with Apple as rdar://6986771 | 231 # OpenGL.framework init; filed with Apple as rdar://6986771 |
| 232 opengl_init_rdar_6986771 | 232 opengl_init_rdar_6986771 |
| 233 Memcheck:Cond | 233 Memcheck:Cond |
| 234 ... | 234 ... |
| 235 fun:gl_context_init_client_state | 235 fun:gl_context_init_client_state |
| 236 } | 236 } |
| 237 | 237 { |
| 238 # Reproducible just launching and quitting TextEdit; filed with Apple as rdar
://7004347 |
| 239 tsm_leak_rdar_7004347 |
| 240 Memcheck:Leak |
| 241 fun:malloc_zone_malloc |
| 242 fun:_CFRuntimeCreateInstance |
| 243 fun:__CFDictionaryInit |
| 244 fun:utOpenActivateAllSelectedIMInDoc |
| 245 fun:MyActivateTSMDocument |
| 246 fun:ActivateTSMDocument |
| 247 } |
| OLD | NEW |