aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-26 13:52:27 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-26 13:52:27 +0300
commitba7536bea9d38d8b0c12636091ff1d1aabee18e7 (patch)
tree5dd2f17ff9ca3ae02ad6f0c775cb5ae3ed45b0ce /main.c
parentee3de74499400500ea1bfabbe77e62a67b1c406b (diff)
downloadastar-ba7536bea9d38d8b0c12636091ff1d1aabee18e7.tar.xz
Remove another outdated FIXME
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);