summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index be4227e7..d6548234 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.304 2004/05/23 09:47:14 kls Exp $
+ * $Id: menu.c 1.305 2004/05/23 10:35:04 kls Exp $
*/
#include "menu.h"
@@ -2491,6 +2491,7 @@ cDisplayChannel::cDisplayChannel(eKeys FirstKey)
cDisplayChannel::~cDisplayChannel()
{
delete displayChannel;
+ cStatus::MsgOsdClear();
}
void cDisplayChannel::DisplayChannel(void)