- corrected a reference leak where writing GIFs would leak memory.
authorTony Cook <tony@develop=help.com>
Thu, 11 Dec 2008 11:04:53 +0000 (11:04 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 11 Dec 2008 11:04:53 +0000 (11:04 +0000)
commit5c0d0ddf3129b2fa6c3d282b02c83ee00b9bbd46
tree9959a1b225a13abbaba541a8528f9f79c69b2229
parent24a462db6617a55afc0e8ed3c88d51f4ba8841cc
 - corrected a reference leak where writing GIFs would leak memory.
   This could also happen calling to_paletted().
   Also documented the underlying long existing feature where the
   colors parameter is filled with the generated color table and added
   tests for it.
   http://rt.cpan.org/Ticket/Display.html?id=41028
Changes
Imager.xs
lib/Imager/Files.pod
lib/Imager/ImageTypes.pod
t/t023palette.t
t/t105gif.t