diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-24 16:34:15 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-24 16:34:15 +0100 |
commit | 11f89cf7a9a7375b74a239311e394db3c952fbd9 (patch) | |
tree | 8cdd850a991dd9fcac9ad663454750427425edd7 /src/redshift.c | |
parent | Cleanup (diff) | |
download | redshift-ng-11f89cf7a9a7375b74a239311e394db3c952fbd9.tar.gz redshift-ng-11f89cf7a9a7375b74a239311e394db3c952fbd9.tar.bz2 redshift-ng-11f89cf7a9a7375b74a239311e394db3c952fbd9.tar.xz |
Add support for specifying hook file
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |