summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crda.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crda.c b/crda.c
index 1db54a5..5a1cd83 100644
--- a/crda.c
+++ b/crda.c
@@ -10,6 +10,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <arpa/inet.h>
+#include <unistd.h>
#include <netlink/genl/genl.h>
#include <netlink/genl/family.h>
@@ -333,5 +334,7 @@ nla_put_failure:
nlmsg_free(msg);
out:
nl80211_cleanup(&nlstate);
+ close(fd);
+
return r;
}