diff options
| author | Gavin Atkinson <gavin@FreeBSD.org> | 2010-08-18 20:23:55 +0000 |
|---|---|---|
| committer | Gavin Atkinson <gavin@FreeBSD.org> | 2010-08-18 20:23:55 +0000 |
| commit | 30697fd1347e47c4f7afff899ae8f94897e17f72 (patch) | |
| tree | d9b0f099dea87126c72f2f6e883c6d113bc816cd /sys/dev/sound/pci | |
| parent | 539c27ee05b54612f81627d5d5f085a234c469bb (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/pci')
| -rw-r--r-- | sys/dev/sound/pci/hda/hdac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index 7717ff4800a9..2a487842d095 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -4304,7 +4304,6 @@ hdac_attach_fail: hdac_dma_free(sc, &sc->corb_dma); hdac_mem_free(sc); snd_mtxfree(sc->lock); - free(sc, M_DEVBUF); return (ENXIO); } |
