]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 19 Jan 2012 17:08:15 +0000 (17:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 19 Jan 2012 17:08:15 +0000 (17:08 +0000)
MagickCore/draw.c

index 0c3cc49cef419130405c9a7313f7b014687fc342..3bdd75ed637f0b36431bac40b1e5c19d1647f2ab 100644 (file)
@@ -4656,7 +4656,7 @@ static MagickBooleanType DrawStrokePolygon(Image *image,
       if (clone_info->fill_pattern != (Image *) NULL)
         clone_info->fill_pattern=DestroyImage(clone_info->fill_pattern);
       clone_info->fill_pattern=CloneImage(clone_info->stroke_pattern,0,0,
-        MagickTrue,&clone_info->stroke_pattern->exception);
+        MagickTrue,exception);
     }
   clone_info->stroke.alpha=(Quantum) TransparentAlpha;
   clone_info->stroke_width=0.0;