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