mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Fixed a "invalid lock sequence report"
This commit is contained in:
parent
ff599e4cda
commit
168973331c
@ -759,9 +759,8 @@ void cRecManager::GetFavorites(std::vector<cTVGuideSearchTimer> *favorites) {
|
|||||||
const cEvent **cRecManager::WhatsOnNow(bool nowOrNext, int &numResults) {
|
const cEvent **cRecManager::WhatsOnNow(bool nowOrNext, int &numResults) {
|
||||||
std::vector<const cEvent*> tmpResults;
|
std::vector<const cEvent*> tmpResults;
|
||||||
#if VDRVERSNUM >= 20301
|
#if VDRVERSNUM >= 20301
|
||||||
LOCK_SCHEDULES_READ;
|
|
||||||
LOCK_CHANNELS_READ;
|
LOCK_CHANNELS_READ;
|
||||||
// const cChannels* channels = Channels;
|
LOCK_SCHEDULES_READ;
|
||||||
const cSchedules* schedules = Schedules;
|
const cSchedules* schedules = Schedules;
|
||||||
#else
|
#else
|
||||||
cSchedulesLock schedulesLock;
|
cSchedulesLock schedulesLock;
|
||||||
|
Loading…
Reference in New Issue
Block a user