about summary refs log tree commit diff
path: root/magrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'magrep.c')
-rw-r--r--magrep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/magrep.c b/magrep.c
index 44ef548..7fad9e1 100644
--- a/magrep.c
+++ b/magrep.c
@@ -123,6 +123,7 @@ match_body(char *file)
 		return;
 
 	blaze822_walk_mime(msg, 0, match_part);
+	blaze822_free(msg);
 }
 
 int