about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--blaze822.c1
1 files changed, 1 insertions, 0 deletions
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;
 	}