Complex Path does not maintain refcount in FontDataCache |
||
Issue descriptionFontFallbackIterator does not correctly maintain the refcount in FontDataCache. All calls to FontDataCache::get() should be balanced with a call to FontCache::releaseFontData(). FontFallbackIterator does not ensure this, so we'll end up never moving fonts to m_inactiveFontData in FontDataCache, and thus practically never releasing them on PurgeIfNeeded.
,
Jun 22 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jun 22 2016