| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 ... | 213 ... |
| 214 fun:_ZN24ExtensionsServiceBackend24InstallOrUpdateExtensionERK8FilePathRKSsb | 214 fun:_ZN24ExtensionsServiceBackend24InstallOrUpdateExtensionERK8FilePathRKSsb |
| 215 } | 215 } |
| 216 { | 216 { |
| 217 bug_12640c | 217 bug_12640c |
| 218 Memcheck:Param | 218 Memcheck:Param |
| 219 write(buf) | 219 write(buf) |
| 220 fun:write$UNIX2003 | 220 fun:write$UNIX2003 |
| 221 fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15D
ictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE | 221 fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15D
ictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE |
| 222 } | 222 } |
| 223 { |
| 224 bug_12640d |
| 225 Memcheck:Cond |
| 226 fun:_ZN10PNGEncoder18EncodeBGRASkBitmapERK8SkBitmapbPSt6vectorIhSaIhEE |
| 227 fun:_ZN24ExtensionsServiceBackend19OnExtensionUnpackedERK8FilePathS2_SsbRK15D
ictionaryValueRKSt6vectorI6Tuple2I8SkBitmapS0_ESaIS9_EE |
| 228 fun:_ZN24ExtensionsServiceBackend14UnpackerClient26OnUnpackExtensionSucceeded
ERK15DictionaryValueRKSt6vectorI6Tuple2I8SkBitmap8FilePathESaIS8_EE |
| 229 ... |
| 230 fun:_ZN11MessageLoop13RunAllPendingEv |
| 231 } |
| 232 |
| OLD | NEW |