aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-09-16 10:09:23 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-09-16 10:09:23 +0000
commitc4c6f08f6878d257f78ac12816d7f64b211f8f64 (patch)
treea0c4fdcdcc5d1d56ca853fdfed07522b52aa6b71 /sys/dev/ath
parent4180ad4d15497083d1c7215679ef12a12c932bff (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index b96413f2d8f4..db36f0061c25 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -628,6 +628,7 @@ ath_detach(struct ath_softc *sc)
ath_desc_free(sc);
ath_tx_cleanup(sc);
ath_hal_detach(sc->sc_ah);
+ if_free(ifp);
return 0;
}