Commit d9dda412 authored by ckocagil@chromium.org's avatar ckocagil@chromium.org

Suppress Valgrind memcheck leak warning for RenderTextHarfBuzz

BUG=383956
TBR=thestig
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276828 0039d316-1c4b-4281-b951-d872f2087c98
parent ef2e97e4
...@@ -6411,3 +6411,16 @@ ...@@ -6411,3 +6411,16 @@
fun:_ZN8chromeos21DeviceSettingsService11EnqueueLoadEb fun:_ZN8chromeos21DeviceSettingsService11EnqueueLoadEb
fun:_ZN8chromeos21DeviceSettingsService4LoadEv fun:_ZN8chromeos21DeviceSettingsService4LoadEv
} }
{
bug_383956
Memcheck:Leak
fun:calloc
fun:_ZN18hb_object_header_t6createEj
fun:_Z16hb_object_createI9hb_face_tEPT_v
fun:hb_face_create_for_tables
fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFaceEP10SkTypeface
fun:_ZN3gfx12_GLOBAL__N_118CreateHarfBuzzFontEP10SkTypefacei
fun:_ZN3gfx18RenderTextHarfBuzz8ShapeRunEPNS_8internal15TextRunHarfBuzzE
fun:_ZN3gfx18RenderTextHarfBuzz12EnsureLayoutEv
fun:_ZN3gfx41RenderTextTest_HarfBuzz_RunDirection_Test8TestBodyEv
}
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