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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 9339002: Suppress leak in GLSurfaceGLX::InitializeOneOff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index a175868698090d92a512598d26ce9b1e8518432b..165ab12ad502c84ef0e64628223df01d2edc64b8 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2791,28 +2791,28 @@
fun:_ZN16ExtensionInfoMap12AddExtensionEPK9Extension
}
{
- bug_68069a
+ bug_68069_a
Memcheck:Leak
- ...
- fun:_ZN3gfx15PixmapGLContext11MakeCurrentEv
- fun:_ZN3gfx15PixmapGLContext10InitializeEPNS_9GLContextE
- fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_
- fun:*19InitializeGLContextEv
- fun:_ZN18gpu_info_collector19CollectGraphicsInfoEP7GPUInfo
- fun:_ZN9GpuThread4InitERKN4base4TimeE
- fun:_Z7GpuMainRK18MainFunctionParams
- fun:*23RunNamedProcessTypeMainERKSsRK18MainFunctionParams
+ fun:malloc
+ obj:*
+ obj:*
+ obj:*
+ obj:*
+ fun:_ZN3gfx20GetGLCoreProcAddressEPKc
+ fun:_ZN3gfx22InitializeGLBindingsGLEv
+ fun:_ZN3gfx20InitializeGLBindingsENS_16GLImplementationE
+ fun:_ZN3gfx9GLSurface16InitializeOneOffEv
}
{
- bug_68069b
+ bug_68069_b
Memcheck:Leak
fun:malloc
- ...
- fun:_ZN3gfx9GLContext16InitializeOneOffEv
- fun:_Z7GpuMainRK18MainFunctionParams
- fun:*23RunNamedProcessTypeMainERKSsRK18MainFunctionParams
- fun:ChromeMain
- fun:main
+ fun:XextCreateExtension
+ obj:*
+ obj:*
+ fun:_ZN3gfx12GLSurfaceGLX16InitializeOneOffEv
+ fun:_ZN3gfx9GLSurface24InitializeOneOffInternalEv
+ fun:_ZN3gfx9GLSurface16InitializeOneOffEv
}
{
bug_68553
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698