clfwrapper/ClientSrc/CCLFItemImpl.cpp
changeset 40 910a23996aa0
parent 20 6dfc5f825351
child 63 e538444823de
--- a/clfwrapper/ClientSrc/CCLFItemImpl.cpp	Wed Jul 14 07:57:22 2010 +0300
+++ b/clfwrapper/ClientSrc/CCLFItemImpl.cpp	Fri Jul 23 10:03:59 2010 +0300
@@ -521,6 +521,7 @@
     for ( HBufC* const* p = hashIter.NextValue(); p; p = hashIter.NextValue() )
         {
         delete *p;
+        p = NULL;
         }
     iTextMap.Close();
     }