clfwrapper/ClientSrc/CCLFItemImpl.cpp
changeset 45 a93990e5815e
parent 20 6dfc5f825351
child 63 e538444823de
equal deleted inserted replaced
36:aa5a574040a4 45:a93990e5815e
   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 // -----------------------------------------------------------------------------