fixed refcount of eListboxPythonStringContent
[enigma2.git] / lib / gdi / fb.cpp
index 4b8a56c9a429406d5ed3de8d9fbe5f15c7ece859..fb0cc03b053a13bde8d7b10a52481b5eb5e769cc 100644 (file)
@@ -59,7 +59,7 @@ fbClass::fbClass(const char *fb)
                goto nolfb;
        }
 
-       showConsole(1);
+//     showConsole(0);
        return;
 nolfb:
        lfb=0;
@@ -121,6 +121,7 @@ fbClass::~fbClass()
                ioctl(fd, FBIOPUT_VSCREENINFO, &oldscreen);
        if (lfb)
                munmap(lfb, available);
+       showConsole(1);
 }
 
 int fbClass::PutCMAP()