]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sat, 13 Apr 2019 15:37:41 +0000 (11:37 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sat, 13 Apr 2019 15:37:41 +0000 (11:37 -0400)
MagickCore/xml-tree.c

index 3945820e4fa2c8a0a3ea5e98486008ad55cdd0ad..1f0d684da5bbbaa9747389b90402354e6b6929c0 100644 (file)
@@ -2058,8 +2058,8 @@ MagickExport XMLTreeInfo *NewXMLTree(const char *xml,ExceptionInfo *exception)
                 attributes=(char **) AcquireQuantumMemory(4,
                   sizeof(*attributes));
               else
-                attributes=(char **) ResizeQuantumMemory(attributes,
-                  (size_t) (l+4),sizeof(*attributes));
+                attributes=(char **) ResizeQuantumMemory(attributes,(size_t)
+                  (l+4),sizeof(*attributes));
               if (attributes == (char **) NULL)
                 {
                   (void) ThrowMagickException(exception,GetMagickModule(),