aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_res.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_get_res.c')
-rw-r--r--src/ft_get_res.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_get_res.c b/src/ft_get_res.c
index 42b3f19..850e82e 100644
--- a/src/ft_get_res.c
+++ b/src/ft_get_res.c
@@ -26,6 +26,5 @@ ft_get_res(char **words, t_cub *clist)
ft_checkdigit(words[2], clist);
clist->wlist->x_size = ft_atoi(words[1]);
clist->wlist->y_size = ft_atoi(words[2]);
- ft_free_words(words);
return (0);
}