summaryrefslogtreecommitdiff
path: root/xps/xps_path.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-03-10 11:50:04 -0400
committerRobin Watts <robin.watts@artifex.com>2013-03-20 11:10:13 +0000
commitf18719db344e5cf9a233a9d89960f7c7a5efd411 (patch)
treee0d17bd42ee95f3a6dce8fe0b7af903fa2c74eaa /xps/xps_path.c
parent9d3b728a5f3664161fee1913a0d04ff65a752740 (diff)
downloadmupdf-f18719db344e5cf9a233a9d89960f7c7a5efd411.tar.xz
Silence warnings.
Diffstat (limited to 'xps/xps_path.c')
-rw-r--r--xps/xps_path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xps_path.c b/xps/xps_path.c
index ff5fb6be..3236971f 100644
--- a/xps/xps_path.c
+++ b/xps/xps_path.c
@@ -828,7 +828,7 @@ xps_parse_path(xps_document *doc, const fz_matrix *ctm, char *base_uri, xps_reso
fz_matrix transform;
float samples[32];
fz_colorspace *colorspace;
- fz_path *path;
+ fz_path *path = NULL;
fz_path *stroke_path = NULL;
fz_rect area;
int fill_rule;