diff -r 78df25012fda -r 12bc758d6a02 phoneclientserver/phoneclient/src/ussdwrapper/cphcltussdnotecontroller.cpp --- a/phoneclientserver/phoneclient/src/ussdwrapper/cphcltussdnotecontroller.cpp Fri Sep 17 17:09:13 2010 +0300 +++ b/phoneclientserver/phoneclient/src/ussdwrapper/cphcltussdnotecontroller.cpp Mon Oct 04 15:57:13 2010 +0300 @@ -172,7 +172,6 @@ //CHbDeviceProgressDialogSymbian iGlobalWaitNote = CHbDeviceProgressDialogSymbian::NewL( CHbDeviceProgressDialogSymbian::EProgressDialog ); - CleanupStack::PushL( iGlobalWaitNote ); HBufC* context = HbTextResolverSymbian::LoadLC( KUssdRequesting ); iGlobalWaitNote->SetTextL( context->Des() ); HBufC* bottonText = HbTextResolverSymbian::LoadLC( KUssdHide ); @@ -186,7 +185,6 @@ TFLOGSTRING("CPhCltUssdNoteController: ShowGlobalWaitNoteL after ShowL") CleanupStack::PopAndDestroy( bottonText ); CleanupStack::PopAndDestroy( context ); - CleanupStack::Pop( iGlobalWaitNote ); TFLOGSTRING("CPhCltUssdNoteController: ShowGlobalWaitNoteL after setactive") TFLOGSTRING("CPhCltUssdNoteController: ShowGlobalWaitNoteL exit") }