diff -r 4332f0f7be53 -r acd3cd4aaceb lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp --- a/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp Thu Aug 19 11:33:45 2010 +0300 +++ b/lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp Tue Aug 31 16:54:36 2010 +0300 @@ -60,7 +60,8 @@ CStringPoolNode* theProblem = reinterpret_cast( 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( iCSHashTable[i]->At(j).iVal & KTokenToNode); - __LOG(theProblem->iDes->Des()); + if(theProblem->iDes) + __LOG(theProblem->iDes->Des()); } } }