From: Cristy Date: Mon, 14 May 2018 23:22:24 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.7-33~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=098dfbf651346d7aca1fc71872016f3ef2647409;p=imagemagick ... --- diff --git a/MagickCore/draw.c b/MagickCore/draw.c index 952700b09..6d7502175 100644 --- a/MagickCore/draw.c +++ b/MagickCore/draw.c @@ -773,6 +773,7 @@ static PathInfo *ConvertPrimitiveToPath(const PrimitiveInfo *primitive_info) if (path_info == (PathInfo *) NULL) return((PathInfo *) NULL); coordinates=0; + closed_subpath=MagickFalse; n=0; p.x=(-1.0); p.y=(-1.0);