ImageMagick: memory leak in the XMagickCommand function in MagickCore/animate.c
A memory leak was discovered in ImageMagick in the XMagickCommand function in animate.c file. An array of strings, named filelist, is allocated on the heap but not released in case the function ExpandFilenames returns an error code...