purge Skia font cache on exit

removes bogus entries from Valgrind memory leak report
This commit is contained in:
Jindřich Makovička 2012-05-13 09:58:03 +02:00
parent 5b3424c69e
commit 6820286936

View file

@ -318,4 +318,5 @@ int main(int argc, char **argv) {
printFileInformation(f, NULL);
}
SkGraphics::PurgeFontCache();
}