free tous les mallocs

This commit is contained in:
Hugo LAMY
2022-02-02 00:31:51 +01:00
parent 1dc4de3236
commit 5f86d2de1c
7 changed files with 61 additions and 345 deletions

View File

@@ -2,7 +2,7 @@ NAME = philo
CC = clang
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
CFLAGS = -Wall -Wextra -Werror $(INCLUDES) -g3
VPATH = $(DIR_SRCS)
DIR_SRCS = srcs