aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-06-15 06:48:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-15 06:48:30 -0700
commitf53ce808e9ff942c0bbc3c968e3d9393461c20db (patch)
tree309471d60c8229f2a625ef6a7fd39b6043327715 /dm
parent0bdb08b1ba8fbd18c4838f86a23f1ef4b3a3bfdf (diff)
call portable font cleanup only once at app end
R=mtklein@google.com Review URL: https://codereview.chromium.org/1180593005
Diffstat (limited to 'dm')
-rw-r--r--dm/DM.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dm/DM.cpp b/dm/DM.cpp
index af20a78368..33ce0a41bf 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -797,6 +797,7 @@ int dm_main() {
}
tg.wait();
// At this point we're back in single-threaded land.
+ sk_tool_utils::release_portable_typefaces();
SkDebugf("\n");
if (gFailures.count() > 0) {