From 11f89cf7a9a7375b74a239311e394db3c952fbd9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 24 Mar 2025 16:34:15 +0100 Subject: Add support for specifying hook file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/redshift.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/redshift.c') diff --git a/src/redshift.c b/src/redshift.c index bcd9db9..5bc172e 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -538,5 +538,6 @@ out: provider->free(provider_state); if (method_state) method->free(method_state); + free(hook_file); return 0; } -- cgit v1.2.3-70-g09d2