From f7c69d636f713f2329a9f7c5fa94d9a5a793c2ed Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Thu, 2 Apr 2020 18:19:41 -0700 Subject: Fix segv --- base/gdevp14.c | 1 + 1 file changed, 1 insertion(+) diff --git a/base/gdevp14.c b/base/gdevp14.c index 838954acf..9346d5b42 100644 --- a/base/gdevp14.c +++ b/base/gdevp14.c @@ -6216,6 +6216,7 @@ pdf14_push_color_model(gx_device *dev, gs_transparency_color_t group_color_type, GX_DEVICE_COLOR_MAX_COMPONENTS); memcpy(&(group_color->comp_shift), &(pdev->color_info.comp_shift), GX_DEVICE_COLOR_MAX_COMPONENTS); + group_color->get_cmap_procs = pdf14_get_cmap_procs; /* If the CS was ICC based, we need to update the device ICC profile in the ICC manager, since that is the profile that is used for the -- cgit v1.2.1