clfwrapper/ClientSrc/CCLFItemImpl.cpp
branchRCL_3
changeset 19 b73252188534
parent 6 646a02f170b9
equal deleted inserted replaced
18:63c982fb92f2 19: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 // -----------------------------------------------------------------------------