aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 0c58808..718e6b5 100644
--- a/src/util.c
+++ b/src/util.c
@@ -63,7 +63,7 @@ void gradient_print(FILE *stream, gradient_t *gradient)
}
}
-void gradient_free(gradient_t *gradient)
+void gradient_clean(gradient_t *gradient)
{
free(gradient->colors);
if (gradient->pattern != NULL)