diff -r 5fae379060a7 -r bf6a71c50e42 lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp --- 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( 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()); } } }