aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_free_words.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_free_words.c')
-rw-r--r--src/ft_free_words.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_free_words.c b/src/ft_free_words.c
index 4ea9ef2..99b7daf 100644
--- a/src/ft_free_words.c
+++ b/src/ft_free_words.c
@@ -24,5 +24,5 @@ void
ft_memdel((void**)&words[i]);
i++;
}
- ft_memdel((void**)words);
+ ft_memdel((void**)&words);
}