lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp
changeset 44 97b0fb8a2cc2
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp	Mon May 03 14:06:43 2010 +0300
+++ b/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp	Tue Jul 20 16:35:53 2010 +0530
@@ -60,7 +60,8 @@
 					CStringPoolNode* theProblem = 
 						reinterpret_cast<CStringPoolNode*>(
 							iCIHashTable[i]->At(j).iVal & KTokenToNode);
-					__LOG(theProblem->iDes->Des());
+					if(theProblem->iDes)
+					    __LOG(theProblem->iDes->Des());
 					}
 				}
 			}
@@ -80,7 +81,8 @@
 					CStringPoolNode* theProblem = 
 						reinterpret_cast<CStringPoolNode*>(
 							iCSHashTable[i]->At(j).iVal & KTokenToNode);
-					__LOG(theProblem->iDes->Des());
+					if(theProblem->iDes)
+					    __LOG(theProblem->iDes->Des());
 					}
 				}
 			}