purge Skia font cache on exit
removes bogus entries from Valgrind memory leak report
This commit is contained in:
parent
5b3424c69e
commit
6820286936
1 changed files with 1 additions and 0 deletions
|
@ -318,4 +318,5 @@ int main(int argc, char **argv) {
|
|||
printFileInformation(f, NULL);
|
||||
}
|
||||
|
||||
SkGraphics::PurgeFontCache();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue