PERFORCE change 135772 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 20 04:17:19 UTC 2008


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

Change 135772 by sam at sam_ebb on 2008/02/20 04:16:30

	remove incorrect comment; there is no leak

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#31 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath.c#31 (text+ko) ====

@@ -908,7 +908,6 @@
 	ieee80211_vap_attach(vap, ath_media_change, ieee80211_media_status);
 	return vap;
 bad:
-	/* XXX can leak ic->ic_ifp */
 	free(avp, M_80211_VAP);
 	ATH_UNLOCK(sc);
 	return NULL;


More information about the p4-projects mailing list