check leaks on d02 ok

This commit is contained in:
hugogogo
2022-03-14 17:42:07 +01:00
parent eec58e03ac
commit a3a82c1c18
10 changed files with 112 additions and 13 deletions

View File

@@ -50,6 +50,9 @@ $(OBJS): $(HEADERS:%=$(D_HEADERS)/%)
$(NAME): $(OBJS)
$(CC) $(OBJS) -o $@ $(LIBS)
leaks: $(NAME)
valgrind --leak-check=full --show-leak-kinds=all ./$(NAME)
clean:
rm -f $(OBJS)

Binary file not shown.