PERFORCE change 123517 for review

Sepherosa Ziehau sephe at FreeBSD.org
Sun Jul 15 03:24:47 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=123517

Change 123517 by sephe at sephe_enigma:sam_wifi on 2007/07/15 03:23:44

	Per ieee80211com sysctl ctx leakage on detach.

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_freebsd.c#29 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_freebsd.c#29 (text+ko) ====

@@ -136,6 +136,7 @@
 
 	if (ic->ic_sysctl != NULL) {
 		sysctl_ctx_free(ic->ic_sysctl);
+		FREE(ic->ic_sysctl, M_DEVBUF);
 		ic->ic_sysctl = NULL;
 	}
 }


More information about the p4-projects mailing list