Skip to content

Commit

Permalink
Add heapcheck suppression for audio device enumeration leak
Browse files Browse the repository at this point in the history
TBR=xians@chromium.org
BUG=156829

Review URL: https://codereview.chromium.org/11230030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163280 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
rnk@chromium.org committed Oct 22, 2012
1 parent f52f016 commit edbe524
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/heapcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@
fun:crypto::::NSSInitSingleton::OpenTestNSSDB
fun:*ScopedTestNSSDB
}
{
bug_156829
Heapcheck:Leak
...
fun:media_stream::AudioInputDeviceManager::EnumerateOnDeviceThread
}


#-----------------------------------------------------------------------
Expand Down

0 comments on commit edbe524

Please sign in to comment.