Remove LiveTV menu.
[vuplus_xbmc] / xbmc / XbmcContext.cpp
index fa4c589..c928c82 100644 (file)
@@ -1,6 +1,6 @@
 /*
- *      Copyright (C) 2005-2012 Team XBMC
- *      http://www.xbmc.org
+ *      Copyright (C) 2005-2013 Team XBMC
+ *      http://xbmc.org
  *
  *  This Program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -50,6 +50,8 @@ namespace XBMC
   Context::~Context()
   {
     // cleanup
+    XbmcCommons::Exception::SetLogger(NULL);
+    CThread::SetLogger(NULL);
     delete impl->loggerImpl;
 
     delete impl;