diff --git a/src/servers/app/GlyphLayoutEngine.h b/src/servers/app/GlyphLayoutEngine.h index 5290c9d971..4801bde107 100644 --- a/src/servers/app/GlyphLayoutEngine.h +++ b/src/servers/app/GlyphLayoutEngine.h @@ -227,7 +227,7 @@ GlyphLayoutEngine::LayoutGlyphs(GlyphConsumer& consumer, if (!entry->WriteLock()) { FontCache::Default()->Recycle(entry); - return NULL; + return false; } // Update the FontCacheReference, since the locking kind changed.