]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 28 Feb 2015 22:15:57 +0000 (22:15 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 28 Feb 2015 22:15:57 +0000 (22:15 +0000)
coders/svg.c

index 560d0cdc1c8e14766b60f254b07b50c707de5082..ed5c05315c33be5f610562c4fc395574de532227 100644 (file)
@@ -3087,8 +3087,6 @@ static Image *ReadSVGImage(const ImageInfo *image_info,ExceptionInfo *exception)
   /*
     Parse SVG file.
   */
-  if (image == (Image *) NULL)
-    return((Image *) NULL);
   svg_info=AcquireSVGInfo();
   if (svg_info == (SVGInfo *) NULL)
     {