OTHER: Fixed a memleak in Skin.cpp
Also fixed 2 other minor valgrind warnings
This commit is contained in:
parent
20cfdad68d
commit
15677bdf39
4 changed files with 11 additions and 1 deletions
|
@ -181,6 +181,9 @@ Skin::BuildEqualizer (void)
|
|||
} else {
|
||||
setSkin(":CleanAMP/");
|
||||
}
|
||||
if (imgex) {
|
||||
delete imgex;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue