about summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-01-11 15:39:51 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-01-11 15:39:51 +0100
commit9f49370ae31d8253142519292b3d1c7e586b0735 (patch)
tree058139630cc7c87189a7e59e6694dd81666bfa2e /mshow.c
parentebae697000bc45a8114b10db4f609747050b6c9f (diff)
downloadmblaze-9f49370ae31d8253142519292b3d1c7e586b0735.tar.gz
mblaze-9f49370ae31d8253142519292b3d1c7e586b0735.tar.xz
mblaze-9f49370ae31d8253142519292b3d1c7e586b0735.zip
mshow: list_mime: fix small leak
Diffstat (limited to 'mshow.c')
-rw-r--r--mshow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mshow.c b/mshow.c
index 1a98801..b5cf64f 100644
--- a/mshow.c
+++ b/mshow.c
@@ -383,6 +383,7 @@ list_mime(int depth, struct message *msg, char *body, size_t bodylen)
 	print_filename(filename);
 	printf("\n");
 
+	free(mt);
 	return MIME_CONTINUE;
 }