]> git.tuebingen.mpg.de Git - paraslash.git/commit
call_callback(): Fix a shm leak in afs.c.
authorAndre Noll <maan@systemlinux.org>
Thu, 13 Nov 2008 19:55:51 +0000 (20:55 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Nov 2008 19:55:51 +0000 (20:55 +0100)
commita8beedcaa6f25a0dda36975a30a65a2038df6e30
tree2bf8f18eda6e82acb9a150866d8ca38ee65706d6
parent4b6a20ae3f2d273953f9231d6ff7749ce913be64
call_callback(): Fix a shm leak in afs.c.

We forgot to detach the shm area passed from the child which results in
"no space left" messages if many audio files are added and the number
of shared memory areas exceeds 4096.
afs.c