diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-10-08 17:13:54 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-10-08 17:13:54 +0000 |
| commit | 0f85b689a524c306cff4d7acee6f4a8001f98f75 (patch) | |
| tree | 8cd5c4c9116ebdd1f86000543b4907ca441eb823 /sys/dev | |
| parent | 28638377addb7b0278fbc174d3d7ff69334bf97b (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sound/pcm/dsp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c index 54231b264375..979f0ed7950a 100644 --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -1965,8 +1965,6 @@ out: if (ret != 0) { if (smrd != NULL) free(smrd, M_DEVBUF); - if (smwr != NULL) - free(smwr, M_DEVBUF); if ((sg != NULL) && SLIST_EMPTY(&sg->members)) { sg_ids[2] = sg->id; SLIST_REMOVE(&snd_pcm_syncgroups, sg, pcmchan_syncgroup, link); |
