Modified cMenuTimers::Delete() to avoid a lengthy lock on the Timers list while prompting the user

This commit is contained in:
Klaus Schmidinger
2018-03-18 12:03:46 +01:00
parent 55408b73ca
commit a2b6b142d8
2 changed files with 20 additions and 20 deletions

View File

@@ -9314,3 +9314,5 @@ Video Disk Recorder Revision History
- Fixed handling parameters in the S2SatelliteDeliverySystemDescriptor and
T2DeliverySystemDescriptor that were overwritten when parsing the
SatelliteDeliverySystemDescriptor or TerrestrialDeliverySystemDescriptor, respectively.
- Modified cMenuTimers::Delete() to avoid a lengthy lock on the Timers list while prompting
the user.