diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2005-07-10 10:36:45 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2005-07-10 10:36:45 +0000 |
| commit | 51a753f9d8aaa59cc43f9f2072272e4aa8253d24 (patch) | |
| tree | 9e197f1c492ec985ca476ce7d3a2390fd016bbda | |
| parent | 82c59ca76e915acaccb10854d787bcce4464656b (diff) | |
Notes
| -rw-r--r-- | sys/dev/hme/if_hme_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c index 8d778465088f..ade6e19d631b 100644 --- a/sys/dev/hme/if_hme_pci.c +++ b/sys/dev/hme/if_hme_pci.c @@ -377,6 +377,7 @@ hme_pci_detach(device_t dev) hme_detach(sc); bus_release_resource(dev, SYS_RES_IRQ, hsc->hsc_irid, hsc->hsc_ires); bus_release_resource(dev, SYS_RES_MEMORY, hsc->hsc_srid, hsc->hsc_sres); + mtx_destroy(&sc->sc_lock); return (0); } |
