Fixed a memory leak in thread handling when using NPTL

This commit is contained in:
Klaus Schmidinger
2004-03-14 16:51:13 +01:00
parent faea9fed91
commit 25154b6245
4 changed files with 10 additions and 4 deletions

View File

@@ -2745,3 +2745,7 @@ Video Disk Recorder Revision History
events to timers.
- Now explicitly turning on the LNB power at startup, because newer drivers don't
do this any more (thanks to Oliver Endriss for pointing this out).
2004-03-14: Version 1.3.7
- Fixed a memory leak in thread handling when using NPTL (thanks to Jon Burgess).