From a3335d13115258bacada0f058357ec105a089471 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 28 Dec 2013 23:45:56 +0000 Subject: [PATCH] --- MagickCore/xml-tree.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MagickCore/xml-tree.c b/MagickCore/xml-tree.c index 4641f012a..69a3f98ca 100644 --- a/MagickCore/xml-tree.c +++ b/MagickCore/xml-tree.c @@ -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]); -- 2.40.0