Commit 806b268c authored by mattm@chromium.org's avatar mattm@chromium.org

Suppress leak of ProcessSingleton::LinuxWatcher on shutdown.

BUG=104578
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110430 0039d316-1c4b-4281-b951-d872f2087c98
parent 3603b3f1
......@@ -5213,6 +5213,16 @@
fun:_ZN7WebCore14SVGTextMetrics21measureCharacterRangeEPNS_19RenderSVGInlineTextEjj
fun:_ZNK7WebCore30SVGTextLayoutAttributesBuilder25propagateLayoutAttributesEPNS_12RenderObjectERN3WTF6VectorINS_23SVGTextLayoutAttributesELm0EEERjRt
}
{
# ProcessSingleton::LinuxWatcher is marked DeleteOnIOThread. Sometimes it
# leaks on shutdown instead of getting deleted. The destructor doesn't do
# anything important, so this shouldn't be a big deal.
bug_104578
Memcheck:Leak
fun:_Znw*
fun:_ZN16ProcessSingletonC1ERK8FilePath
fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
}
#-----------------------------------------------------------------------
# 4. 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