From 30e272fdd8c068cd6a093a7cb8bf5aeb6a78cbd2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 21 Jan 2013 15:26:19 +0100 Subject: [PATCH] Fix a segmentation fault in procmime_scan_text_content() in case of conversion failures --- src/procmime.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/procmime.c b/src/procmime.c index b14dfe6..1fa508e 100644 --- a/src/procmime.c +++ b/src/procmime.c @@ -804,8 +804,6 @@ gboolean procmime_scan_text_content(MimeInfo *mimeinfo, g_free(str); } else { conv_fail = TRUE; - if ((scan_ret = scan_callback(str, cb_data)) == TRUE) - break; } } } -- 1.8.1