Fixed 'zombie' processes when closing a pipe

This commit is contained in:
Klaus Schmidinger
2002-03-09 11:51:56 +01:00
parent a9fd732a72
commit ac5aecb8eb
3 changed files with 17 additions and 6 deletions

View File

@@ -1083,3 +1083,6 @@ Video Disk Recorder Revision History
- Fixed resetting 'mute' state when setting the volume to a non-zero value.
- Added log messages when deleting recordings in case the disk runs full while
recording.
- Fixed closing a pipe (used for replaying Dolby Digital audio), which
sometimes left 'zombie' processes behind (thanks to Werner Fink for helping
to debug this one).