summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfmx
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfmx')
-rw-r--r--Build/source/texk/dvipdfmx/src/tt_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfmx/src/tt_post.c b/Build/source/texk/dvipdfmx/src/tt_post.c
index a1efeb1fac9..8588a6d03bd 100644
--- a/Build/source/texk/dvipdfmx/src/tt_post.c
+++ b/Build/source/texk/dvipdfmx/src/tt_post.c
@@ -173,7 +173,7 @@ tt_release_post_table (struct tt_post_table *post)
ASSERT(post);
- if (post->glyphNamePtr)
+ if (post->glyphNamePtr && post->Version != 0x00010000UL)
RELEASE(post->glyphNamePtr);
if (post->names) {
for (i = 0; i < post->count; i++) {