update hu language
[enigma2.git] / lib / base / ebase.h
index 27e4ec843f253f03de3ea9729831649fcbecae47..4378711a9a0126bf555c9cea31c8185d012a5f85 100644 (file)
@@ -217,11 +217,8 @@ public:
                existing_loops.push_back(this);
                pthread_mutex_init(&recalcLock, 0);
        }
-       ~eMainloop()
-       {
-               existing_loops.remove(this);
-               pthread_mutex_destroy(&recalcLock);
-       }
+       virtual ~eMainloop();
+
        int looplevel() { return loop_level; }
 
 #ifndef SWIG