From: cristy Date: Sat, 28 Dec 2013 23:45:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3021 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3335d13115258bacada0f058357ec105a089471;p=imagemagick --- 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]);