emailservices/emailclientapi/src/emailclientapiimpl.cpp
changeset 76 38bf5461e270
parent 62 a8c646b56683
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
   240             // failed to append, give up
   240             // failed to append, give up
   241             delete pluginData;
   241             delete pluginData;
   242             count = 0;
   242             count = 0;
   243             }
   243             }
   244         }
   244         }
   245     iMailClient =  CFSMailClient::NewL();
       
   246     CleanupStack::PopAndDestroy( &implInfoArray );
   245     CleanupStack::PopAndDestroy( &implInfoArray );
   247     User::LeaveIfError( err );    
   246     User::LeaveIfError( err );    
   248     }
   247     }
   249 
   248 
   250 // -----------------------------------------------------------------------------
   249 // -----------------------------------------------------------------------------