and another one
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 18 Aug 2002 14:23:06 +0000 (14:23 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 18 Aug 2002 14:23:06 +0000 (14:23 +0000)
src/matcher.c

index f68eb5b1b1de822a973062ab203971faad16751c..a4f2ac7195f1866e432d253ea63b2bd632a2e7f1 100644 (file)
@@ -319,6 +319,7 @@ gboolean matcherprop_match_execute(MatcherProp * prop, MsgInfo * info)
        file = procmsg_get_message_file(info);
        if (file == NULL)
                return FALSE;
        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)
 
        cmd = matching_build_command(prop->unesc_expr, info);
        if (cmd == NULL)