valgrind suppression file for readline()

+ ./.valgrindrc
+ basic free_exit()
+ U_DEFAULT_* macro in _user_macro.h
This commit is contained in:
LuckyLaszlo
2021-10-11 01:58:57 +02:00
parent c0068a5ec7
commit a701488b6a
8 changed files with 45 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ LIBS = -L $(LIBFT_D) -lft \
LIBFT_D = ./libft
LIBFT = $(LIBFT_D)/libft.a
SRCS = main.c init.c generic.c \
SRCS = main.c init.c free.c generic.c \
env.c exit.c
DIR_OBJS = builds