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

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

Issue 7606022: Leaks in ppapi::VarTracker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 e6c2b4e5420cbf3fd8ed1957663a0a9b1301f945..7cb538a7f3cf0e00aaa91608e3295b4f12325988 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5282,6 +5282,25 @@
fun:_ZN7testing8TestInfo3RunEv
fun:_ZN7testing8TestCase3RunEv
}
+{
+ bug_92279
+ Memcheck:Addr4
+ fun:_NPN_ReleaseObject
+ fun:_ZN6WebKit11WebBindings13releaseObjectEP8NPObject
+ fun:_ZN5ppapi11NPObjectVarD0Ev
+ fun:_ZNK4base10RefCountedIN5ppapi3VarEE7ReleaseEv
+ fun:_ZN13scoped_refptrIN5ppapi3Var*
+ ...
+ fun:_ZN5ppapi10VarTracker7VarInfoD1Ev
+ fun:_ZNSt4pairIKiN5ppapi10VarTracker7VarInfo*
+ ...
+ fun:_ZN9__gnu_cxx8hash_mapIiN5ppapi10VarTracker7VarInfoENS_4hashIiEESt8equal_toIiESaIS3_EED1Ev
+ fun:_ZN5ppapi10VarTracker*
+ ...
+ fun:_ZN6webkit5ppapi15ResourceTracker*
+ ...
+ fun:_ZN6webkit5ppapi19ResourceTrackerTest*
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« 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