diff --git a/blaze822.c b/blaze822.c index 92c0464..66137e0 100644 --- a/blaze822.c +++ b/blaze822.c @@ -313,6 +313,7 @@ blaze822(char *file) fd = open(file, O_RDONLY); if (fd < 0) { // perror("open"); + free(mesg); return 0; }