diff -r acd3cd4aaceb -r 2efc27d87e1c stdcpp/tsrc/Stdcpp_test/bcdrivers/tlocale/src/tlocale.cpp --- a/stdcpp/tsrc/Stdcpp_test/bcdrivers/tlocale/src/tlocale.cpp Tue Aug 31 16:54:36 2010 +0300 +++ b/stdcpp/tsrc/Stdcpp_test/bcdrivers/tlocale/src/tlocale.cpp Wed Sep 01 12:36:54 2010 +0100 @@ -108,12 +108,8 @@ Ctlocale* Ctlocale::NewL( CTestModuleIf& aTestModuleIf ) { - #ifdef __ARMCC__ - #pragma diag_suppress 830 - #endif Ctlocale* self = new (ELeave) Ctlocale( aTestModuleIf ); - - + CleanupStack::PushL( self ); self->ConstructL(); CleanupStack::Pop();