changeset 43 | c5e73110f733 |
parent 36 | aa5a574040a4 |
--- 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; }