diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 5f442d54..3e6d1408 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1331,7 +1331,7 @@ static RETSIGTYPE terminate_run(int sig) if (ctl->password) memset(ctl->password, '\0', strlen(ctl->password)); -#if !defined(HAVE_ATEXIT) && !defined(HAVE_ON_EXIT) +#if !defined(HAVE_ATEXIT) fm_lock_release(); #endif |