Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 04:17:18 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135772 for review
Message-ID:  <200802200417.m1K4HIr3069965@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135772

Change 135772 by sam@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802200417.m1K4HIr3069965>