locationmanager/server/src/clocationservertimerhandler.cpp
changeset 45 a93990e5815e
parent 36 aa5a574040a4
child 51 87e65c44ff3a
--- a/locationmanager/server/src/clocationservertimerhandler.cpp	Tue Jul 06 14:44:37 2010 +0300
+++ b/locationmanager/server/src/clocationservertimerhandler.cpp	Wed Aug 18 10:12:07 2010 +0300
@@ -53,7 +53,7 @@
         new( ELeave ) CLocationServerTimerHandler(aLocationServerTimerObserver);
     CleanupStack::PushL( self );
     self->ConstructL();
-    CleanupStack::Pop();
+    CleanupStack::Pop(); //self
     return self;
     }