From 6889a749be4bc153ea63f4e8c2abef77e474404f Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Tue, 1 Mar 2016 20:11:30 -0800 Subject: [PATCH] Note proper cleanup as a feature --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5908b10..b0cc2e4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Asynchronous version of [getaddrinfo()](http://man7.org/linux/man-pages/man3/get * Signals completion via a single file descriptor * Compatible with select, poll, epoll, or blocking results * Simple API; splits getaddrinfo() into two functions, with a file descriptor in between +* valgrind-friendly: closes all fds, frees all allocated memory ## Use