lowlevellibsandfws/apputils/src/StringPoolImplementation.cpp
changeset 44 97b0fb8a2cc2
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
22:ddc455616bd6 44:97b0fb8a2cc2
    58 
    58 
    59 					// Get the problem string
    59 					// Get the problem string
    60 					CStringPoolNode* theProblem = 
    60 					CStringPoolNode* theProblem = 
    61 						reinterpret_cast<CStringPoolNode*>(
    61 						reinterpret_cast<CStringPoolNode*>(
    62 							iCIHashTable[i]->At(j).iVal & KTokenToNode);
    62 							iCIHashTable[i]->At(j).iVal & KTokenToNode);
    63 					__LOG(theProblem->iDes->Des());
    63 					if(theProblem->iDes)
       
    64 					    __LOG(theProblem->iDes->Des());
    64 					}
    65 					}
    65 				}
    66 				}
    66 			}
    67 			}
    67 		if (iCSHashTable[i])
    68 		if (iCSHashTable[i])
    68 			{
    69 			{
    78 
    79 
    79 					// Get the problem string
    80 					// Get the problem string
    80 					CStringPoolNode* theProblem = 
    81 					CStringPoolNode* theProblem = 
    81 						reinterpret_cast<CStringPoolNode*>(
    82 						reinterpret_cast<CStringPoolNode*>(
    82 							iCSHashTable[i]->At(j).iVal & KTokenToNode);
    83 							iCSHashTable[i]->At(j).iVal & KTokenToNode);
    83 					__LOG(theProblem->iDes->Des());
    84 					if(theProblem->iDes)
       
    85 					    __LOG(theProblem->iDes->Des());
    84 					}
    86 					}
    85 				}
    87 				}
    86 			}
    88 			}
    87 		if (leaksFound)
    89 		if (leaksFound)
    88 			__DEBUGGER();
    90 			__DEBUGGER();