diff -r 910a23996aa0 -r c5e73110f733 locationmanager/ReverseGeocode/src/connectiontimerhandler.cpp --- a/locationmanager/ReverseGeocode/src/connectiontimerhandler.cpp Fri Jul 23 10:03:59 2010 +0300 +++ b/locationmanager/ReverseGeocode/src/connectiontimerhandler.cpp Fri Aug 06 09:56:02 2010 +0300 @@ -46,7 +46,7 @@ CConnectionTimerHandler* self = new( ELeave ) CConnectionTimerHandler(aConnectionTimeoutHandlerInterface); CleanupStack::PushL( self ); self->ConstructL(); - CleanupStack::Pop(); + CleanupStack::Pop(); // self return self; }