summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devices/vector/gdevpx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/vector/gdevpx.c b/devices/vector/gdevpx.c
index c11da6888..7a75832b9 100644
--- a/devices/vector/gdevpx.c
+++ b/devices/vector/gdevpx.c
@@ -2088,7 +2088,7 @@ pclxl_begin_image(gx_device * dev,
&pclxl_image_enum_procs,
(gdev_vector_image_enum_t *) pie);
if (code < 0)
- return code;
+ goto fail;
/* emit a PXL XL rotation and adjust mat correspondingly */
pie->flipped = false;