]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 28 Dec 2013 23:45:56 +0000 (23:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 28 Dec 2013 23:45:56 +0000 (23:45 +0000)
MagickCore/xml-tree.c

index 4641f012a6216f8386df951ed7af1a7514f60f63..69a3f98ca53d93a753f7eed9429a122ec21c4b32 100644 (file)
@@ -479,6 +479,7 @@ static void DestroyXMLTreeRoot(XMLTreeInfo *xml_info)
   /*
     Free root tag allocations.
   */
+  return;
   root=(XMLTreeRoot *) xml_info;
   for (i=NumberPredefinedEntities; root->entities[i] != (char *) NULL; i+=2)
     root->entities[i+1]=DestroyString(root->entities[i+1]);