diff options
Diffstat (limited to 'pcsound')
-rw-r--r-- | pcsound/pcsound_bsd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcsound/pcsound_bsd.c b/pcsound/pcsound_bsd.c index 6ba73037..7fb7ba36 100644 --- a/pcsound/pcsound_bsd.c +++ b/pcsound/pcsound_bsd.c @@ -237,6 +237,7 @@ static int StartSoundServer(void) // This is the parent sound_server_pid = result; + close(speaker_handle); } return 1; |