diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-11-14 14:47:56 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-11-14 14:47:56 +0000 |
commit | cb3b615af712fc71b19b86211c1d083430114d7e (patch) | |
tree | 221396d3d49027b45482dfd7cb4bea980c87de53 /gm | |
parent | 983c022bffd27f1c30d365f7f34c3e7c152fcfd9 (diff) |
Address some more valgrind issues
R=borenet@google.com
Review URL: https://codereview.chromium.org/59713010
git-svn-id: http://skia.googlecode.com/svn/trunk@12286 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r-- | gm/valgrind.supp | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/gm/valgrind.supp b/gm/valgrind.supp index 4e13e97236..075134a960 100644 --- a/gm/valgrind.supp +++ b/gm/valgrind.supp @@ -60,10 +60,19 @@ fun:_mesa_ReadnPixelsARB fun:_mesa_ReadPixels } -{
- XOpenDisplay_Leak
+{ + XOpenDisplay_Leak + Memcheck:Leak + fun:calloc + fun:_XConnectXCB + fun:XOpenDisplay +} +{ + XOpenDisplay_Leak2
Memcheck:Leak
fun:calloc
+ fun:xcb_connect_to_fd
+ fun:xcb_connect_to_display_with_auth_info
fun:_XConnectXCB
- fun:XOpenDisplay
-}
+ fun:XOpenDisplay +} |