satengine/SatServer/Engine/src/CSatSIconSubSession.cpp
changeset 15 d7fc66ccd6fb
parent 0 ff3b6d0fd310
child 27 7eb70891911c
--- a/satengine/SatServer/Engine/src/CSatSIconSubSession.cpp	Fri Apr 16 15:31:58 2010 +0300
+++ b/satengine/SatServer/Engine/src/CSatSIconSubSession.cpp	Mon May 03 13:01:45 2010 +0300
@@ -312,17 +312,11 @@
 
     CleanupStack::PopAndDestroy( converter );
 
-    if ( iClut )
-        {
         delete iClut;
         iClut = NULL;
-        }
-
-    if ( iIconData )
-        {
+        
         delete iIconData;
         iIconData = NULL;
-        }
 
     iMessage.Complete( KErrNone );
     LOG( SIMPLE, "SATENGINE: CSatSIconSubSession::NotifyGetClutL exiting" )