+ * Many memory leaks fixed.
[adns] / regress / Makefile.in
index 3ed85f1..2945c8b 100644 (file)
@@ -35,6 +35,7 @@ HCPPFLAGS:= $(foreach F,                      \
        gettimeofday select poll                \
        socket fcntl connect close              \
        sendto recvfrom read write writev       \
+       malloc realloc free exit                \
 , -D$F=H$F)
 
 HARNLOBJS=     $(addsuffix _d.o, $(basename $(LIBOBJS)))