aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-11-28 01:09:40 +0100
committerFederico Angelilli <code@fedang.net>2024-11-28 01:09:40 +0100
commit737167955e8347ce06718e7a8324c9d2ac89dfba (patch)
treed187ac026739c01eb5df22a3954b95eb7bc63a7b /src/util.c
parent6ab3b52fbde3ab2ac11e66e4d664f67e108f6aee (diff)
Refactor actions
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)