commit | f53ce808e9ff942c0bbc3c968e3d9393461c20db | [log] [tgz] |
---|---|---|
author | caryclark <caryclark@google.com> | Mon Jun 15 06:48:30 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jun 15 06:48:30 2015 -0700 |
tree | 309471d60c8229f2a625ef6a7fd39b6043327715 | |
parent | 0bdb08b1ba8fbd18c4838f86a23f1ef4b3a3bfdf [diff] |
call portable font cleanup only once at app end R=mtklein@google.com Review URL: https://codereview.chromium.org/1180593005
diff --git a/dm/DM.cpp b/dm/DM.cpp index af20a78..33ce0a4 100644 --- a/dm/DM.cpp +++ b/dm/DM.cpp
@@ -797,6 +797,7 @@ } tg.wait(); // At this point we're back in single-threaded land. + sk_tool_utils::release_portable_typefaces(); SkDebugf("\n"); if (gFailures.count() > 0) {