From 737167955e8347ce06718e7a8324c9d2ac89dfba Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 28 Nov 2024 01:09:40 +0100 Subject: Refactor actions --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.c') 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) -- cgit v1.2.3