From 4067a403db3e28afe7bcb025e03c1979d7e0026f Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 26 May 2013 12:00:02 +0200 Subject: [PATCH] Fixed deadlock with other plugins --- channelcolumn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channelcolumn.c b/channelcolumn.c index e2aeb61..06adb3f 100644 --- a/channelcolumn.c +++ b/channelcolumn.c @@ -5,7 +5,7 @@ cChannelColumn::cChannelColumn(int num, const cChannel *channel, cMyTime *myTime this->num = num; this->myTime = myTime; hasTimer = channel->HasTimer(); - schedulesLock = new cSchedulesLock(true, 100); + schedulesLock = new cSchedulesLock(false, 100); } cChannelColumn::~cChannelColumn(void) {