From 4a28d853d2b2adaaa964396f38ec58acc87f010d Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 6 May 2014 19:32:25 +0200 Subject: [PATCH] CChannelList: ensure erase of clock after stopping --- src/gui/channellist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();