From 58396d907b993f849a7f32b9665b793c9a5c5d0e Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 18 May 2018 17:12:19 -0600 Subject: * Release memory of a conversion table to UTF-8, if this was created by us. * Some distributions of OpenSSL do not define ERR_free_strings and EVP_cleanup, so we only execute them when defined. Reported by Erich Eckner. --- pith/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pith/send.c') diff --git a/pith/send.c b/pith/send.c index 460f6a24..ff48de2d 100644 --- a/pith/send.c +++ b/pith/send.c @@ -4369,7 +4369,7 @@ pine_rfc822_output_body(struct mail_bodystruct *body, soutr_t f, void *s) if(table){ gf_link_filter(gf_convert_utf8_charset, - gf_convert_utf8_charset_opt(table,0)); + gf_convert_utf8_charset_opt(table,0,1)); } else{ /* else, just send it? */ -- cgit v1.2.3-54-g00ecf