diff -r ddc455616bd6 -r 97b0fb8a2cc2 lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp --- 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( 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()); } } }