diff options
-rw-r--r-- | alpine/imap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/alpine/imap.c b/alpine/imap.c index 99c03e4e..b853285e 100644 --- a/alpine/imap.c +++ b/alpine/imap.c @@ -2379,7 +2379,9 @@ read_passfile(pinerc, l) #endif /* SMIME */ if(using_passfile == 0){ +#ifdef SMIME if(text) fs_give((void **)&text); +#endif /* SMIME */ return using_passfile; } |