--- a/messagingappbase/msgeditor/appuisrc/MsgEditorAppUi.cpp Thu Jan 07 12:45:05 2010 +0200
+++ b/messagingappbase/msgeditor/appuisrc/MsgEditorAppUi.cpp Mon Jan 18 20:16:40 2010 +0200
@@ -626,8 +626,6 @@
// to by-pass scanner warning about member variable being stored into
// cleanup stack blocker is first stored into temporary variable. Storing
// is allowed here as it is not owned.
- CAknInputBlock* blocker = CAknInputBlock::NewCancelHandlerLC( this );
- iInputBlocker = blocker;
CMuiuOperationWait* wait =
CMuiuOperationWait::NewLC( EActivePriorityWsEvents + 10 );
@@ -638,8 +636,7 @@
wait->Start();
- CleanupStack::PopAndDestroy( 3, iInputBlocker ); // absorber, wait, oper
- iInputBlocker = NULL;
+ CleanupStack::PopAndDestroy( 2 ); // absorber, wait, oper
}
// ---------------------------------------------------------