Possible leak in xml-tree.c [IM 6.4.3-5]
Possible leak in xml-tree.c [IM 6.4.3-5]
In xml-tree.c on line 1483 memory is allocated for a string located in processing_instructions[0]. In the DestroyXMLTree method on line 548 we start the loop through the processing_instructions array at [1] instead of [0] so the previously allocated string never gets torn down.
Re: Possible leak in xml-tree.c [IM 6.4.3-5]
Thanks for the problem report. We will have a fix in the ImageMagick subversion trunk by end-of-day.