From: cristy Date: Thu, 19 Jan 2012 17:08:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e51df75ca8a22767b1cc86b425ddcda421588af;p=imagemagick --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 0c3cc49ce..3bdd75ed6 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -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;