From: Alfons Hoogervorst Date: Sun, 18 Aug 2002 14:23:06 +0000 (+0000) Subject: and another one X-Git-Tag: before_folder_color~8 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=5953fa067201611fbb34bc6282665e2a9e300c5b and another one --- diff --git a/src/matcher.c b/src/matcher.c index f68eb5b1b..a4f2ac719 100644 --- a/src/matcher.c +++ b/src/matcher.c @@ -319,6 +319,7 @@ gboolean matcherprop_match_execute(MatcherProp * prop, MsgInfo * info) file = procmsg_get_message_file(info); if (file == NULL) return FALSE; + g_free(file); cmd = matching_build_command(prop->unesc_expr, info); if (cmd == NULL)