Fix stale dynamic font reference fetch from cache

Seems to fix issue 15392
This commit is contained in:
Bernhard Liebl 2018-01-07 16:56:46 +01:00
parent 29e68aa40e
commit 526e637a97

View File

@ -651,8 +651,8 @@ DynamicFontAtSize::~DynamicFontAtSize() {
if (valid) {
FT_Done_FreeType(library);
font->size_cache.erase(id);
}
font->size_cache.erase(id);
}
/////////////////////////