mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-01-12 22:30:18 +01:00
fixed a dangling pointer bug that happened in very rare cases:
i.e. when a new family object was destroyed by an out-of-memory
condition during a glyph node initialization. The function
FTC_Cache_Lookup would flush the cache and restart the lookup
with a bad pointer.
* src/cache/ftcmanag.c: fixed a cache flushing bug
|
||
|---|---|---|
| .. | ||
| freetype | ||
| ft2build.h | ||