remove a leak in make_palette()
authorTony Cook <tony@develop-help.com>
Sun, 21 Feb 2016 02:28:03 +0000 (13:28 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 21 Feb 2016 02:28:03 +0000 (13:28 +1100)
commite906e86a542f174de138bc8845cf67b2d58fcebb
tree423488141de14caef34d63e6aa5915ddf4edbf71
parent3230a191553dd2bd44c2051b74941547e98a8132
remove a leak in make_palette()

The XS leaked the temp image array (not the images themselves) used
to pass the images to i_quant_makemap()
Imager.xs