diff -r 910a23996aa0 -r c5e73110f733 locationmanager/ReverseGeocode/src/xmlhandler.cpp --- a/locationmanager/ReverseGeocode/src/xmlhandler.cpp Fri Jul 23 10:03:59 2010 +0300 +++ b/locationmanager/ReverseGeocode/src/xmlhandler.cpp Fri Aug 06 09:56:02 2010 +0300 @@ -44,7 +44,7 @@ { LOG("CXmlHandler::NewL ,begin"); CXmlHandler* self = CXmlHandler::NewLC( aObserver, aAddressInfo ); - CleanupStack::Pop(); + CleanupStack::Pop(); //self return self; }