diff options
-rw-r--r-- | common/lines.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/lines.c b/common/lines.c index adf1479..5b26662 100644 --- a/common/lines.c +++ b/common/lines.c @@ -814,6 +814,8 @@ miFillUniqueSpanGroup (GCPtr pGC, SpanGroup * spanGroup, Boolean foreground) } xfree (yspans); xfree (ysizes); + xfree (newpoints); + xfree (newwidths); miDisposeSpanGroup (spanGroup); return; } |