diff -r bc5a64e5bc3c -r 377c906a8701 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 Fri Jul 09 15:40:55 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;