if (bla) delete bla; => delete bla;
svn path=/trunk/kdebase/kwin/; revision=309793
This commit is contained in:
parent
4b22ed1d20
commit
568b06087b
1 changed files with 2 additions and 4 deletions
|
@ -1236,11 +1236,9 @@ void KeramikClient::iconChange()
|
|||
if ( clientHandler->showAppIcons() ) {
|
||||
|
||||
// Force updateCaptionBuffer() to recreate the cached icons
|
||||
if ( activeIcon )
|
||||
delete activeIcon;
|
||||
delete activeIcon;
|
||||
|
||||
if ( inactiveIcon )
|
||||
delete inactiveIcon;
|
||||
delete inactiveIcon;
|
||||
|
||||
activeIcon = inactiveIcon = NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue