Commit d8cef10c authored by dhollowa@chromium.org's avatar dhollowa@chromium.org

Leaks in ppapi::VarTracker

Adds suppressions for leaks in ppapi::VarTracker.

BUG=92279
TEST=Valgrind bots go green.
TBR=brettw@chromium.org

Review URL: http://codereview.chromium.org/7606022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96130 0039d316-1c4b-4281-b951-d872f2087c98
parent 7ee2ff59
...@@ -5282,6 +5282,25 @@ ...@@ -5282,6 +5282,25 @@
fun:_ZN7testing8TestInfo3RunEv fun:_ZN7testing8TestInfo3RunEv
fun:_ZN7testing8TestCase3RunEv 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 # These only occur on our Google workstations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment