merging ralentit branch

This commit is contained in:
Hugo LAMY
2019-06-01 14:08:35 +02:00
6 changed files with 59 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
/* By: hulamy <hulamy@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/04/30 13:24:28 by hulamy #+# #+# */
/* Updated: 2019/05/29 19:10:33 by hulamy ### ########.fr */
/* Updated: 2019/06/01 14:05:45 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -98,8 +98,8 @@ void print_letter_map(t_fillist *list, int size, int flag)
ft_putchar(' ');
}
}
free(map);
ft_putchar('\n');
free(map);
}
/*