OTHER: Fixed a memleak in Skin.cpp

Also fixed 2 other minor valgrind warnings
This commit is contained in:
Thomas Frauendorfer 2008-07-17 15:58:31 +02:00
parent 20cfdad68d
commit 15677bdf39
4 changed files with 11 additions and 1 deletions

View file

@ -21,6 +21,8 @@
PixmapNumberDisplay::PixmapNumberDisplay (QWidget *parent) : QWidget (parent)
{
m_value = 0;
m_digits = 2;
}
void