diff options
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; } |