lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp
changeset 52 bf6a71c50e42
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp	Fri Jun 11 15:26:22 2010 +0300
+++ b/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp	Wed Aug 18 11:27:44 2010 +0300
@@ -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());
 					}
 				}
 			}