Added missing mutex locks to cCiMenu::Abort() and cCiEnquiry::Abort()

This commit is contained in:
Klaus Schmidinger
2005-10-30 10:27:24 +01:00
parent 64c2b3b0de
commit 3c59953017
3 changed files with 7 additions and 2 deletions

View File

@@ -3886,7 +3886,7 @@ Video Disk Recorder Revision History
- The 'sub-title' and 'bottom text' in the CAM menu can now consist of several lines.
- Improved the CAM enquiry menu.
2005-10-14: Version 1.3.35
2005-10-30: Version 1.3.35
- Updated 'sources.conf' (thanks to Philip Prindeville).
- Now using daemon() instead of fork() to run VDR in daemon mode (thanks to
@@ -3903,3 +3903,5 @@ Video Disk Recorder Revision History
(thanks to Peter Bieringer).
- Updated the Danish OSD texts (thanks to Mogens Elneff).
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
- Added missing mutex locks to cCiMenu::Abort() and cCiEnquiry::Abort() (reported
by Marco Schl<68><6C>ler).