summaryrefslogtreecommitdiff
path: root/freetype
diff options
context:
space:
mode:
Diffstat (limited to 'freetype')
-rw-r--r--freetype/src/psaux/psintrp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/freetype/src/psaux/psintrp.c b/freetype/src/psaux/psintrp.c
index da5a8dad1..fcaa58d53 100644
--- a/freetype/src/psaux/psintrp.c
+++ b/freetype/src/psaux/psintrp.c
@@ -960,8 +960,7 @@
FT_TRACE4(( " closepath" ));
/* if there is no path, `closepath' is a no-op */
- ps_builder_close_contour( &decoder->builder );
-
+ cf2_glyphpath_closeOpenPath( &glyphPath );
haveWidth = TRUE;
}
break;