diff -r 910a23996aa0 -r c5e73110f733 locationmanager/server/src/clocationservertimerhandler.cpp --- a/locationmanager/server/src/clocationservertimerhandler.cpp Fri Jul 23 10:03:59 2010 +0300 +++ b/locationmanager/server/src/clocationservertimerhandler.cpp Fri Aug 06 09:56:02 2010 +0300 @@ -53,7 +53,7 @@ new( ELeave ) CLocationServerTimerHandler(aLocationServerTimerObserver); CleanupStack::PushL( self ); self->ConstructL(); - CleanupStack::Pop(); + CleanupStack::Pop(); //self return self; }