diff --git a/Osmand-kernel/osmand/src/osmand_main.cpp b/Osmand-kernel/osmand/src/osmand_main.cpp index ee9cc51f5f..1ba24766cc 100644 --- a/Osmand-kernel/osmand/src/osmand_main.cpp +++ b/Osmand-kernel/osmand/src/osmand_main.cpp @@ -318,4 +318,5 @@ int main(int argc, char **argv) { printFileInformation(f, NULL); } + SkGraphics::PurgeFontCache(); }