diff options
Diffstat (limited to 'src/util.c')
| -rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
