diff -r a15d9966050f -r 6f657153cbc5 messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp --- a/messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp Fri Sep 17 08:28:39 2010 +0300 +++ b/messagingapp/msgui/unifiededitor/src/msgunieditorbody.cpp Mon Oct 04 00:13:15 2010 +0300 @@ -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)