summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Atkinson <gavin@FreeBSD.org>2010-08-18 20:23:55 +0000
committerGavin Atkinson <gavin@FreeBSD.org>2010-08-18 20:23:55 +0000
commit30697fd1347e47c4f7afff899ae8f94897e17f72 (patch)
treed9b0f099dea87126c72f2f6e883c6d113bc816cd
parent539c27ee05b54612f81627d5d5f085a234c469bb (diff)
Notes
-rw-r--r--sys/dev/sound/pci/hda/hdac.c1
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);
}