diff options
Diffstat (limited to 'gs/src/gsfcmap1.c')
-rw-r--r-- | gs/src/gsfcmap1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gsfcmap1.c b/gs/src/gsfcmap1.c index 3fc73fcb3..7609b46b6 100644 --- a/gs/src/gsfcmap1.c +++ b/gs/src/gsfcmap1.c @@ -53,7 +53,7 @@ case 0: for (k = 0; k < pclr->num_entries; ++k, pv += size) { gs_glyph glyph = bytes2int(pv, size); - pclr->cmap->mark_glyph(glyph, pclr->cmap->mark_glyph_data); + pclr->cmap->mark_glyph(mem, glyph, pclr->cmap->mark_glyph_data); } } return ENUM_OBJ(pclr->cmap); |