diff -r d8ac8e5e4721 -r fc91263aee62 messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp --- a/messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp Tue Sep 14 22:54:56 2010 +0530 +++ b/messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp Fri Sep 17 20:01:45 2010 +0530 @@ -641,10 +641,10 @@ } void MsgUnifiedEditorBody::EditorOperationEvent( - TUniEditorProcessImageOperationEvent aEvent, TFileName aFileName) + TUniEditorProcessImageOperationEvent aEvent, TFileName& aFileName) { delete mImageInfo; - mImageInfo = NULL; + mImageInfo = NULL; if (aEvent == EUniEditorProcessImageOperationComplete && aFileName.Length() > 0)