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

@ -181,6 +181,9 @@ Skin::BuildEqualizer (void)
} else {
setSkin(":CleanAMP/");
}
if (imgex) {
delete imgex;
}
}
void