summaryrefslogtreecommitdiff
path: root/draw/draw_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'draw/draw_device.c')
-rw-r--r--draw/draw_device.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/draw/draw_device.c b/draw/draw_device.c
index 25ebdaab..8d2c4d8b 100644
--- a/draw/draw_device.c
+++ b/draw/draw_device.c
@@ -1694,9 +1694,8 @@ fz_draw_free_user(fz_device *devp)
fz_drop_pixmap(ctx, state[1].shape);
}
/* We never free the dest/mask/shape at level 0, as:
- * 1) dest is passed in and ownership remains with the
- * caller.
- * 2) shape and mask are NULL at level 0.
+ * 1) dest is passed in and ownership remains with the caller.
+ * 2) shape and mask are NULL at level 0.
*/
if (dev->stack != &dev->init_stack[0])
fz_free(ctx, dev->stack);