diff options
| author | Xin LI <delphij@FreeBSD.org> | 2005-10-09 04:00:47 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2005-10-09 04:00:47 +0000 |
| commit | 9ae3deddd927cb175e03bed38f44f0a8a0e5aa92 (patch) | |
| tree | 0cf166a67a1f8c1207b54f9a83e83f936e8a3d84 /sys/dev | |
| parent | 8b8807b0f093099e63165bea0b79c57fb0f5ef42 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ath/if_ath.c | 1 |
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; } |
