about summary refs log tree commit diff
path: root/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'seq.c')
-rw-r--r--seq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/seq.c b/seq.c
index 0272e31..cfd8d6f 100644
--- a/seq.c
+++ b/seq.c
@@ -551,6 +551,7 @@ blaze822_loop(int argc, char *argv[], void (*cb)(char *))
 			}
 		}
 	}
+	free(map);
 	return j;
 }