summaryrefslogtreecommitdiff
path: root/xps/xpsxml.c
diff options
context:
space:
mode:
Diffstat (limited to 'xps/xpsxml.c')
-rw-r--r--xps/xpsxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/xpsxml.c b/xps/xpsxml.c
index 70dbe49d..63d9af36 100644
--- a/xps/xpsxml.c
+++ b/xps/xpsxml.c
@@ -285,7 +285,7 @@ xps_free_item(xps_context *ctx, xps_item *item)
next = item->next;
if (item->down)
xps_free_item(ctx, item->down);
- xps_free(ctx, item);
+ fz_free(item);
item = next;
}
}