diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 93176d399..ce77a68d2 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1012,8 +1012,8 @@ void CChannelList::hide() cc_minitv = NULL; } if (headerClock) { - headerClock->Stop(); - headerClock->kill(); + if (headerClock->Stop()) + headerClock->kill(); } frameBuffer->paintBackgroundBoxRel(x, y, full_width, height + info_height); clearItem2DetailsLine();