clfwrapper/ClientSrc/CCLFItemImpl.cpp
branchRCL_3
changeset 19 b73252188534
parent 6 646a02f170b9
--- a/clfwrapper/ClientSrc/CCLFItemImpl.cpp	Thu Jul 15 19:07:24 2010 +0300
+++ b/clfwrapper/ClientSrc/CCLFItemImpl.cpp	Thu Aug 19 10:20:41 2010 +0300
@@ -521,6 +521,7 @@
     for ( HBufC* const* p = hashIter.NextValue(); p; p = hashIter.NextValue() )
         {
         delete *p;
+        p = NULL;
         }
     iTextMap.Close();
     }