]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Free the fds structure when finishing.
authorRoy Marples <roy@marples.name>
Tue, 19 Feb 2013 09:01:15 +0000 (09:01 +0000)
committerRoy Marples <roy@marples.name>
Tue, 19 Feb 2013 09:01:15 +0000 (09:01 +0000)
eloop.c

diff --git a/eloop.c b/eloop.c
index 26fe9a817a150042245ba7038e96e987586d105a..dd361bfd3d24d62d528fee6640bdac55c613a8f8 100644 (file)
--- a/eloop.c
+++ b/eloop.c
@@ -327,6 +327,7 @@ eloop_cleanup(void)
                free(free_timeouts);
                free_timeouts = t;
        }
+       free(fds);
 }
 
 void