зеркало из https://github.com/mozilla/pjs.git
Bug 565096 - Prevent crash on shutdown in FT2 backend, r=vlad
This commit is contained in:
Родитель
eeb7c50659
Коммит
5c59c34812
|
@ -110,10 +110,12 @@ FontEntry::~FontEntry()
|
|||
// Do nothing for mFTFace here since FTFontDestroyFunc is called by cairo.
|
||||
mFTFace = nsnull;
|
||||
|
||||
#ifndef ANDROID
|
||||
if (mFontFace) {
|
||||
cairo_font_face_destroy(mFontFace);
|
||||
mFontFace = nsnull;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
/* static */
|
||||
|
|
Загрузка…
Ссылка в новой задаче