projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
and another one
[claws.git]
/
src
/
matcher.c
diff --git
a/src/matcher.c
b/src/matcher.c
index f68eb5b1b1de822a973062ab203971faad16751c..a4f2ac7195f1866e432d253ea63b2bd632a2e7f1 100644
(file)
--- 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)