locationmanager/server/src/clocationservertimerhandler.cpp
changeset 43 c5e73110f733
parent 36 aa5a574040a4
child 51 87e65c44ff3a
--- 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;
     }