diff --git a/clients/keramik/keramik.cpp b/clients/keramik/keramik.cpp index 81a2341319..e2f279e55d 100644 --- a/clients/keramik/keramik.cpp +++ b/clients/keramik/keramik.cpp @@ -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;