diff -r e4ebb16b39ea -r 603d3f8b6302 plugins/contacts/symbian/contactsmodel/cntmodel/src/rcntmodel.cpp --- a/plugins/contacts/symbian/contactsmodel/cntmodel/src/rcntmodel.cpp Fri Sep 17 08:34:34 2010 +0300 +++ b/plugins/contacts/symbian/contactsmodel/cntmodel/src/rcntmodel.cpp Mon Oct 04 01:37:06 2010 +0300 @@ -2156,7 +2156,7 @@ { RBuf8 buf; CleanupClosePushL(buf); - buf.Create(256); + buf.CreateL(256); TIpcArgs args(&aDbName, &buf); TInt newBufSize;