From 9368362db826055e8ed23a58b431c38e5fd1a1f7 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Thu, 15 Apr 2010 18:28:16 -0700 Subject: [PATCH] fixed gfxline restitching issue --- lib/gfxtools.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gfxtools.c b/lib/gfxtools.c index 35d4eff..7160033 100644 --- a/lib/gfxtools.c +++ b/lib/gfxtools.c @@ -1054,6 +1054,7 @@ gfxline_t* gfxline_restitch(gfxline_t*line) gfxpoint_t xy = {line->x, line->y}; dict_put(rev, &xy, prev); line->next = 0; + prev=0; } } line = next; -- 1.7.10.4