summaryrefslogtreecommitdiff
path: root/gs/base/gxpcmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/gxpcmap.c')
-rw-r--r--gs/base/gxpcmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gs/base/gxpcmap.c b/gs/base/gxpcmap.c
index 93f9f80f8..6a23299b6 100644
--- a/gs/base/gxpcmap.c
+++ b/gs/base/gxpcmap.c
@@ -778,6 +778,7 @@ gx_pattern_cache_free_entry(gx_pattern_cache * pcache, gx_color_tile * ctile)
rc_decrement(ctile->cdev->common.icc_cache_cl,
"gx_pattern_cache_free_entry");
ctile->cdev->common.icc_cache_cl = NULL;
+ ctile->cdev->writer.pinst = NULL;
temp_device = (gx_device *)ctile->cdev;
gx_device_retain(temp_device, false);
ctile->cdev = NULL;