diff -r cd2816114bd1 -r e64954c2c8e2 ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp --- 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();