Free bindips after use. - geomyidae - A small C-based gopherd.
(HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 206c57aca0611bef65a365710aaef32529634b5c
(DIR) parent 60f33bbe3b6c58d451dad69933c1eb8b36cf3997
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 11 Nov 2018 13:05:42 +0100
Free bindips after use.
Diffstat:
M main.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/main.c b/main.c
@@ -586,6 +586,9 @@ main(int argc, char *argv[])
if (lfdret != NULL)
free(lfdret);
}
+ if (bindips != NULL)
+ free(bindips);
+
if (nlistfds < 1)
return 1;