From 91e83c5ee8ebea7034e9306f670af68a0115e25a Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 13 Jul 2016 17:18:16 +0200 Subject: [PATCH] show: free message at end --- show.c | 1 + 1 file changed, 1 insertion(+) 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