diff -r bc5a64e5bc3c -r 5bcb308bd24d phoneplugins/csplugin/inc/cspcall.h --- a/phoneplugins/csplugin/inc/cspcall.h Tue Jul 06 14:15:47 2010 +0300 +++ b/phoneplugins/csplugin/inc/cspcall.h Wed Aug 18 09:48:26 2010 +0300 @@ -777,6 +777,12 @@ */ HBufC* iUserToUserInformation; + /** + * Allocate CallInfo into heap since it could be + * too big fit to stack. + */ + RMobileCall::TMobileCallInfoV3 iEtelCallInfo; + friend class UT_CSPCall; friend class MT_CConvergedCallProvider;