]> git.alsa-project.org Git - alsa-lib.git/commit
Fix call of semctl IPC_RMID
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Aug 2005 17:07:41 +0000 (17:07 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 29 Aug 2005 17:07:41 +0000 (17:07 +0000)
commit6f938b1cc38698e3ac09fecb14b4715605f2698f
tree2a8e3439707c7bf98b188c143569e48553488c81
parent745062ee01ef89fa9b61dbf18df91bcb5c53b7f4
Fix call of semctl IPC_RMID

semctl IPC_RMID removes all semaphore set, so we need to call this only once.
src/pcm/pcm_direct.c