fix bug in mainloop (this fixes sometimes no more responding e2)
[enigma2.git] / lib / base / ebase.h
index a399667e5417f71c866675baeb5c59bdd65dfc34..db936794df3425f403b05d07f727fb6255a1da93 100644 (file)
@@ -175,7 +175,7 @@ class eMainloop
 {
        friend class eTimer;
        friend class eSocketNotifier;
-       std::map<int, eSocketNotifier*> notifiers;
+       std::map<int, eSocketNotifier*> notifiers, new_notifiers;
        ePtrList<eTimer> m_timer_list;
        bool app_quit_now;
        int loop_level;