From: Roy Marples Date: Tue, 19 Feb 2013 09:01:15 +0000 (+0000) Subject: Free the fds structure when finishing. X-Git-Tag: v5.99.6~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e25c59cf1b613c71e1745f429ad946ab42c1910;p=thirdparty%2Fdhcpcd.git Free the fds structure when finishing. --- diff --git a/eloop.c b/eloop.c index 26fe9a81..dd361bfd 100644 --- a/eloop.c +++ b/eloop.c @@ -327,6 +327,7 @@ eloop_cleanup(void) free(free_timeouts); free_timeouts = t; } + free(fds); } void