ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp
branchRCL_3
changeset 14 b13141f05c3d
parent 11 0396474f30f5
child 23 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();