diff options
| author | Ariff Abdullah <ariff@FreeBSD.org> | 2007-02-04 06:17:14 +0000 |
|---|---|---|
| committer | Ariff Abdullah <ariff@FreeBSD.org> | 2007-02-04 06:17:14 +0000 |
| commit | 186c5813263e69224a6a1f3c031850bd43d0e784 (patch) | |
| tree | 67dd75ae8a4984de2dffe473b26652d74960a407 /sys/dev/sound | |
| parent | b347d27a2183ffe8998c6c816054ced6d871f912 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound')
| -rw-r--r-- | sys/dev/sound/pcm/vchan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c index fba208b708b9..1f0e5b14f014 100644 --- a/sys/dev/sound/pcm/vchan.c +++ b/sys/dev/sound/pcm/vchan.c @@ -161,6 +161,7 @@ vchan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, static int vchan_free(kobj_t obj, void *data) { + free(data, M_DEVBUF); return 0; } |
