misc variable init fixes

This commit is contained in:
Stefan Seyfried
2012-03-24 00:45:39 +01:00
parent 40532a9d67
commit 3189f7fdc4
4 changed files with 6 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ CFrameBuffer::CFrameBuffer()
backgroundFilename = "";
fd = 0;
tty = 0;
bpp = 0;
//FIXME: test
memset(red, 0, 256*sizeof(__u16));
memset(green, 0, 256*sizeof(__u16));