branch | RCL_3 |
changeset 35 | e64954c2c8e2 |
parent 32 | a3a1ae9acec6 |
child 61 | dcf0eedfc1a3 |
--- a/ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp Wed Apr 14 15:42:15 2010 +0300 +++ b/ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp Tue Apr 27 16:20:14 2010 +0300 @@ -191,10 +191,10 @@ { CMsvStore* store( NULL ); CMsvEntry* cEntry = iSession.GetEntryL( aEntry.Id() ); - CleanupStack::PushL( cEntry ); if ( cEntry ) { + CleanupStack::PushL( cEntry ); if ( cEntry->HasStoreL() ) { store = cEntry->ReadStoreL();