locationmanager/ReverseGeocode/src/connectiontimerhandler.cpp
changeset 45 a93990e5815e
parent 36 aa5a574040a4
--- a/locationmanager/ReverseGeocode/src/connectiontimerhandler.cpp	Tue Jul 06 14:44:37 2010 +0300
+++ b/locationmanager/ReverseGeocode/src/connectiontimerhandler.cpp	Wed Aug 18 10:12:07 2010 +0300
@@ -46,7 +46,7 @@
     CConnectionTimerHandler* self = new( ELeave ) CConnectionTimerHandler(aConnectionTimeoutHandlerInterface);
        CleanupStack::PushL( self );
        self->ConstructL();
-       CleanupStack::Pop();
+       CleanupStack::Pop(); // self
        
        return self;
     }