clfwrapper/ClientSrc/CCLFItemImpl.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
   519     
   519     
   520     THashMapIter<TCLFFieldId, HBufC*> hashIter(iTextMap);
   520     THashMapIter<TCLFFieldId, HBufC*> hashIter(iTextMap);
   521     for ( HBufC* const* p = hashIter.NextValue(); p; p = hashIter.NextValue() )
   521     for ( HBufC* const* p = hashIter.NextValue(); p; p = hashIter.NextValue() )
   522         {
   522         {
   523         delete *p;
   523         delete *p;
   524         p = NULL;
       
   525         }
   524         }
   526     iTextMap.Close();
   525     iTextMap.Close();
   527     }
   526     }
   528 
   527 
   529 // -----------------------------------------------------------------------------
   528 // -----------------------------------------------------------------------------