clfwrapper/ClientSrc/CCLFItemImpl.cpp
branchRCL_3
changeset 47 b73252188534
parent 14 646a02f170b9
child 63 e538444823de
equal deleted inserted replaced
46:63c982fb92f2 47:b73252188534
   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;
   524         }
   525         }
   525     iTextMap.Close();
   526     iTextMap.Close();
   526     }
   527     }
   527 
   528 
   528 // -----------------------------------------------------------------------------
   529 // -----------------------------------------------------------------------------