locationmanager/ReverseGeocode/src/internalreversegeocode.cpp
changeset 48 1389872e7c51
parent 43 c5e73110f733
equal deleted inserted replaced
43:c5e73110f733 48:1389872e7c51
   192         iTimer->Cancel();
   192         iTimer->Cancel();
   193         delete iTimer;
   193         delete iTimer;
   194         iTimer = NULL;
   194         iTimer = NULL;
   195         }
   195         }
   196     delete iXMLBuf;
   196     delete iXMLBuf;
       
   197     iXMLBuf = NULL;
   197     delete iXmlHandler;
   198     delete iXmlHandler;
       
   199     iXmlHandler = NULL;
   198     delete iClientEngine;
   200     delete iClientEngine;
       
   201     iClientEngine = NULL;
   199     delete iAddressInfo;
   202     delete iAddressInfo;
       
   203     iAddressInfo = NULL;
       
   204     
   200     LOG( "CInternalReverseGeocode::~CInternalReverseGeocode,end" );  
   205     LOG( "CInternalReverseGeocode::~CInternalReverseGeocode,end" );  
   201     }
   206     }
   202 
   207 
   203 
   208 
   204 // ----------------------------------------------------------------------------
   209 // ----------------------------------------------------------------------------