messagingfw/msgsrvnstore/server/src/MTCLBASE.CPP
changeset 58 6c34d0baa0b1
parent 41 0abbef78e78b
equal deleted inserted replaced
55:6f4453afd006 58:6c34d0baa0b1
    81 	delete iAddresseeList;
    81 	delete iAddresseeList;
    82 	delete iRichTextBody;
    82 	delete iRichTextBody;
    83 	delete iCharFormatLayer;
    83 	delete iCharFormatLayer;
    84 	delete iParaFormatLayer;
    84 	delete iParaFormatLayer;
    85 	iRegisteredMtmDll.ReleaseLibrary();
    85 	iRegisteredMtmDll.ReleaseLibrary();
    86 	delete iAttachmentWaiter;
    86 	delete iAttachmentWaiter;	
    87 	if(iExtensionData)
       
    88   		{
       
    89 		delete iExtensionData;    
       
    90   		}	
       
    91 	}
    87 	}
    92 
    88 
    93 
    89 
    94 EXPORT_C TUid CBaseMtm::Type() const
    90 EXPORT_C TUid CBaseMtm::Type() const
    95 /** Gets the Type UID of the message type associated with the Client-side MTM.
    91 /** Gets the Type UID of the message type associated with the Client-side MTM.