projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: build ALFA AP96 images with default profile as well
[openwrt.git]
/
package
/
iwinfo
/
src
/
iwinfo_nl80211.c
diff --git
a/package/iwinfo/src/iwinfo_nl80211.c
b/package/iwinfo/src/iwinfo_nl80211.c
index
4672b9d
..
4f3390f
100644
(file)
--- a/
package/iwinfo/src/iwinfo_nl80211.c
+++ b/
package/iwinfo/src/iwinfo_nl80211.c
@@
-559,6
+559,9
@@
void nl80211_close(void)
{
if (nls)
{
+ if (nls->nl80211)
+ genl_family_put(nls->nl80211);
+
if (nls->nl_sock)
nl_socket_free(nls->nl_sock);
This page took
0.024155 seconds
and
4
git commands to generate.