diff options
Diffstat (limited to 'render/gradient.c')
| -rw-r--r-- | render/gradient.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/render/gradient.c b/render/gradient.c index b64cb5ec..9f245743 100644 --- a/render/gradient.c +++ b/render/gradient.c @@ -419,6 +419,9 @@ static void gradient_split(RrAppearance *a, gint w, gint h) current = COLOR(y3); for (x = w - 1; x >= 0; --x) /* 0 -> w */ *(data++) = current; + + RrColorFree(primary_light); + RrColorFree(secondary_light); } static void gradient_horizontal(RrSurface *sf, gint w, gint h) |
