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

Side by Side Diff: gm/valgrind.supp

Issue 68523006: Silence another valgrind leak (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tests/valgrind.supp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp" 1 # Pass this file to Valgrind with "--suppressions=tests/valgrind.supp"
2 2
3 { 3 {
4 FcConfig 4 FcConfig
5 Memcheck:Addr4 5 Memcheck:Addr4
6 fun:FcConfigFileExists 6 fun:FcConfigFileExists
7 } 7 }
8 { 8 {
9 FcFontSetCreate_Leak 9 FcFontSetCreate_Leak
10 Memcheck:Leak 10 Memcheck:Leak
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 fun:lp_rast_triangle_2 53 fun:lp_rast_triangle_2
54 } 54 }
55 { 55 {
56 Driver_bug_3 56 Driver_bug_3
57 Memcheck:Value8 57 Memcheck:Value8
58 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so 58 obj:/usr/lib/x86_64-linux-gnu/dri/libdricore.so
59 fun:_mesa_readpixels 59 fun:_mesa_readpixels
60 fun:_mesa_ReadnPixelsARB 60 fun:_mesa_ReadnPixelsARB
61 fun:_mesa_ReadPixels 61 fun:_mesa_ReadPixels
62 } 62 }
63 {
64 XOpenDisplay_Leak
65 Memcheck:Leak
66 fun:calloc
67 fun:_XConnectXCB
68 fun:XOpenDisplay
69 }
OLDNEW
« no previous file with comments | « no previous file | tests/valgrind.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698