Bug 565096 - Prevent crash on shutdown in FT2 backend, r=vlad

This commit is contained in:
Brad Lassey 2010-05-19 13:11:26 -07:00
Родитель eeb7c50659
Коммит 5c59c34812
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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 */