clfwrapper/ClientSrc/CCLFItemImpl.cpp
changeset 40 910a23996aa0
parent 20 6dfc5f825351
child 63 e538444823de
equal deleted inserted replaced
38:5210ffae7137 40:910a23996aa0
   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 // -----------------------------------------------------------------------------