Auto stash before merge of "master" and "origin/ralentit"

This commit is contained in:
Manzovince
2019-06-01 14:54:12 +02:00
parent 5d4de7718e
commit 482861a3c9
3 changed files with 8 additions and 7 deletions

View File

@@ -59,7 +59,6 @@ int print_binary_map(unsigned int *map, int size, int *dope)
print_sized_map(map, size, size, '#');
ft_putchar('\n');
}
free(map);
return (size);
}