diff options
Diffstat (limited to 'xps/xpspath.c')
-rw-r--r-- | xps/xpspath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xpspath.c b/xps/xpspath.c index c0f45527..86d37197 100644 --- a/xps/xpspath.c +++ b/xps/xpspath.c @@ -485,7 +485,7 @@ xps_parse_abbreviated_geometry(xps_context *ctx, char *geom) old = cmd; } - xps_free(ctx, args); + fz_free(args); } static void |