about summary refs log tree commit diff
path: root/show.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-13 17:18:16 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-13 17:18:16 +0200
commit91e83c5ee8ebea7034e9306f670af68a0115e25a (patch)
tree9be6885ae0e646189cf9631bc9b5ffe4c097134d /show.c
parenta96fb5c5ee5ce9b38478dcb6d35cfbc11d52a803 (diff)
downloadmblaze-91e83c5ee8ebea7034e9306f670af68a0115e25a.tar.gz
mblaze-91e83c5ee8ebea7034e9306f670af68a0115e25a.tar.xz
mblaze-91e83c5ee8ebea7034e9306f670af68a0115e25a.zip
show: free message at end
Diffstat (limited to 'show.c')
-rw-r--r--show.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/show.c b/show.c
index 475a042..2433fdc 100644
--- a/show.c
+++ b/show.c
@@ -51,6 +51,7 @@ show(char *file)
 	printf("\n");
 
 	fwrite(blaze822_body(msg), blaze822_bodylen(msg), 1, stdout);
+	blaze822_free(msg);
 }
 
 int