aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 74d2af8..19ced69 100644
--- a/main.c
+++ b/main.c
@@ -127,7 +127,6 @@ int main(int argc, char **argv) {
case 'k': offset_y -= 1; break;
case 'n':
if (is_maze) {
- //FIXME: free it all before generating a new one
map_free(map, height);
map = rbt_maze_map(mwidth, mheight, (unsigned int) time(NULL));
path_free(path, height);