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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 # (was: http://crbug.com/9563 ) | 164 # (was: http://crbug.com/9563 ) |
165 bug_11333 | 165 bug_11333 |
166 Memcheck:Leak | 166 Memcheck:Leak |
167 fun:malloc | 167 fun:malloc |
168 fun:stdSmartNewPtr | 168 fun:stdSmartNewPtr |
169 fun:stdSmartNewHandle | 169 fun:stdSmartNewHandle |
170 fun:IOCreateAndOpen | 170 fun:IOCreateAndOpen |
171 fun:ScratchInit | 171 fun:ScratchInit |
172 fun:CMOpenOrNewAccess | 172 fun:CMOpenOrNewAccess |
173 } | 173 } |
| 174 { |
| 175 bug_12525 |
| 176 Memcheck:Cond |
| 177 ... |
| 178 fun:gldGetTextureLevel |
| 179 fun:gldUpdateDispatch |
| 180 fun:glBegin_Exec |
| 181 fun:fe_gl_begin |
| 182 fun:fe_tree_render_apply_1 |
| 183 fun:apply_tile_callback |
| 184 fun:fe_gl_texture_tile_map |
| 185 fun:image_buffer_texture_tile_map |
| 186 fun:fe_texture_tile_map |
| 187 } |
| 188 { |
| 189 # Jump on uninitialized value in OpenGL.framework's GLEngine.bundle |
| 190 bug_12528 |
| 191 Memcheck:Cond |
| 192 ... |
| 193 fun:ripc_DrawShading |
| 194 fun:CGContextDrawShading |
| 195 } |
OLD | NEW |