Skip to content

Commit

Permalink
Suppressing heapcheck error
Browse files Browse the repository at this point in the history
TBR=timurrrr@chromium.org
BUG=78505
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80534 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
oshima@google.com committed Apr 5, 2011
1 parent de9e56d commit a957982
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/heapcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1297,3 +1297,17 @@
fun:WebCore::CSSStyleSheet::parseString
fun:WebCore::parseUASheet
}
{
bug_78505
Heapcheck:Leak
fun:__gnu_cxx::new_allocator::allocate
fun:std::string::_Rep::_S_create
fun:std::string::_S_construct
fun:std::string::_S_construct_aux
fun:std::string::_S_construct
fun:basic_string
fun:RendererMessageLoopObserver
fun:RendererMain
fun:SimpleRenderer
}

0 comments on commit a957982

Please sign in to comment.