Fix stale dynamic font reference fetch from cache

Seems to fix issue 15392

(cherry picked from commit 526e637a97)
This commit is contained in:
Bernhard Liebl 2018-01-07 16:56:46 +01:00 committed by Rémi Verschelde
parent 531fb3b8e6
commit bc0af4a73e
1 changed files with 1 additions and 1 deletions

View File

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