We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7fd08 commit 09d883aCopy full SHA for 09d883a
artnet/network.c
@@ -384,6 +384,7 @@ static int get_ifaces(iface_t **if_head) {
384
}
385
386
free(buf);
387
+ close(sd);
388
return ARTNET_EOK;
389
390
e_free_list:
configure.ac
@@ -3,7 +3,7 @@
3
4
AC_PREREQ(2.57)
5
AC_INIT(configure.ac)
6
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
7
AM_INIT_AUTOMAKE(libartnet, 1.1.0)
8
9
# Checks for programs.
0 commit comments