summaryrefslogtreecommitdiff
path: root/pcl
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-01-26 17:16:53 +0000
committerRobin Watts <Robin.Watts@artifex.com>2022-01-26 17:16:53 +0000
commit76aa4441e8d973d8abf01c7c8fe008ca69777ee7 (patch)
tree2204f8d8aca2c31b5f88d6c1b8c4e59c0a2e847d /pcl
parent47a01e4a0be171b450cec00b361086830513e433 (diff)
downloadghostpdl-76aa4441e8d973d8abf01c7c8fe008ca69777ee7.tar.gz
PCL6: Fix leaking macros at shutdown.
See when running: membin/gpcl6 -dNOPAUSE -dBATCH -sDEVICE=ppmraw -dMaxBitmap=1000 -r300 -o gpcl6.out /home/regression/cluster/tests_private/pcl/pcl5cfts/fts.1100
Diffstat (limited to 'pcl')
-rw-r--r--pcl/pcl/pctop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcl/pcl/pctop.c b/pcl/pcl/pctop.c
index f5750e3d8..21d3fbeaa 100644
--- a/pcl/pcl/pctop.c
+++ b/pcl/pcl/pctop.c
@@ -591,6 +591,7 @@ pcl_impl_deallocate_interp_instance(pl_interp_implementation_t * impl /* ins
pl_dict_release(&pcli->pcs.gl_patterns);
pl_dict_release(&pcli->pcs.pcl_patterns);
+ pl_dict_release(&pcli->pcs.macros);
gs_font_dir_free(pcli->pcs.font_dir);